Merge pull request #1554 from FernandoS27/pointsize
Implement PointSize Output Attribute.
This commit is contained in:
commit
69b35d7615
3 changed files with 28 additions and 5 deletions
|
|
@ -79,6 +79,7 @@ union Attribute {
|
|||
constexpr explicit Attribute(u64 value) : value(value) {}
|
||||
|
||||
enum class Index : u64 {
|
||||
PointSize = 6,
|
||||
Position = 7,
|
||||
Attribute_0 = 8,
|
||||
Attribute_31 = 39,
|
||||
|
|
|
|||
Reference in a new issue