Searched defs:InternalNode (Results 1 – 1 of 1) sorted by relevance
183 typedef struct InternalNode InternalNode; typedef518 struct InternalNode struct520 float lower[3]; // world space origin of quantization grid521 int32_t childOffset; // offset to all children in 64B multiples523 uint8_t nodeType; // the type of the node547 GRL_INLINE uint InternalNode_GetChildBlockIncr( const InternalNode* p, uint idx ) in InternalNode_GetChildBlockIncr() argument