Implement PointSize

This commit is contained in:
FernandoS27 2018-10-22 21:50:03 -04:00
parent e7e209d900
commit ed8ca608a0
3 changed files with 28 additions and 5 deletions

View file

@ -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,