shader: Add PointSize attribute
This commit is contained in:
parent
2c78d07197
commit
357a47d944
5 changed files with 13 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue