Anonymous union.
More...
|
|
struct { | |
|
uint32_t | axis: 2 |
| | Split axis. 0, 1, or 2.
|
|
uint32_t | childOffset: 30 |
| | Offset of the second child node.
|
| } | asNode |
| | Internal node.
|
|
struct { | |
|
uint32_t | type: 2 |
| | Aligned with axis above and has value of 3 if this is a leaf.
|
|
uint32_t | triangleCount: 30 |
| | The number of triangles for this leaf node.
|
| } | asLeaf |
| | Leaf node.
|
The documentation for this union was generated from the following files: