mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 15:05:46 +00:00
Implement PointSize
This commit is contained in:
parent
8072fc78ca
commit
3326b552d0
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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue