mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-16 10:02:41 +00:00
shader: Add PointSize attribute
This commit is contained in:
@@ -58,6 +58,9 @@ void SetAttribute(Info& info, IR::Attribute attribute) {
|
||||
return;
|
||||
}
|
||||
switch (attribute) {
|
||||
case IR::Attribute::PointSize:
|
||||
info.stores_point_size = true;
|
||||
break;
|
||||
case IR::Attribute::PositionX:
|
||||
case IR::Attribute::PositionY:
|
||||
case IR::Attribute::PositionZ:
|
||||
|
||||
Reference in New Issue
Block a user