#include <NodeCodecQuadTreeHalfFloat.h>
|
| static constexpr int | NumChildrenPerNode = 4 |
| | Number of child nodes of this node. More...
|
| |
| static constexpr int | HeaderSize = sizeof(Header) |
| | Size of the header (an empty struct is always > 0 bytes so this needs a separate variable) More...
|
| |
| static constexpr int | StackSize = 128 |
| | Stack size to use during DecodingContext::sWalkTree. More...
|
| |
◆ anonymous enum
Node properties.
| Enumerator |
|---|
| TRIANGLE_COUNT_BITS | |
| TRIANGLE_COUNT_SHIFT | |
| TRIANGLE_COUNT_MASK | |
| OFFSET_BITS | |
| OFFSET_MASK | |
| OFFSET_NON_SIGNIFICANT_BITS | |
| OFFSET_NON_SIGNIFICANT_MASK | |
◆ HeaderSize
Size of the header (an empty struct is always > 0 bytes so this needs a separate variable)
◆ NumChildrenPerNode
Number of child nodes of this node.
◆ StackSize
Stack size to use during DecodingContext::sWalkTree.
The documentation for this class was generated from the following file: