Merge pull request #288 from thp/attribute-reflection
Reflection: Add support for querying vertex attributes in reflection API
This commit is contained in:
commit
b5cfd79f0a
6 changed files with 61 additions and 1 deletions
|
|
@ -95,3 +95,10 @@ abl2[1]: offset -1, type ffffffff, size 4, index -1
|
|||
abl2[2]: offset -1, type ffffffff, size 4, index -1
|
||||
abl2[3]: offset -1, type ffffffff, size 4, index -1
|
||||
|
||||
Vertex attribute reflection:
|
||||
attributeFloat: offset 0, type 1406, size 0, index 0
|
||||
attributeFloat2: offset 0, type 8b50, size 0, index 0
|
||||
attributeFloat3: offset 0, type 8b51, size 0, index 0
|
||||
attributeFloat4: offset 0, type 8b52, size 0, index 0
|
||||
attributeMat4: offset 0, type 8b5c, size 0, index 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue