Wip reverse indexing
This commit is contained in:
@@ -13,9 +13,9 @@ ivec3 extractPosition(SectionMeta section) {
|
||||
}
|
||||
|
||||
uint extractQuadStart(SectionMeta meta) {
|
||||
return meta.header.z;
|
||||
return meta.drawdata.x;
|
||||
}
|
||||
|
||||
uint extractQuadCount(SectionMeta meta) {
|
||||
return meta.header.w;
|
||||
return meta.drawdata.y;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user