#include <NodeCodecQuadTreeHalfFloat.h>
 | 
| static constexpr int  | NumChildrenPerNode = 4 | 
|   | Number of child nodes of this node.  
  | 
|   | 
| static constexpr int  | HeaderSize = sizeof(Header) | 
|   | Size of the header (an empty struct is always > 0 bytes so this needs a separate variable)  
  | 
|   | 
| static constexpr int  | StackSize = 128 | 
|   | Stack size to use during DecodingContext::sWalkTree.  
  | 
|   | 
◆ 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
  
  
      
        
          | int NodeCodecQuadTreeHalfFloat::HeaderSize = sizeof(Header) | 
         
       
   | 
  
staticconstexpr   | 
  
 
Size of the header (an empty struct is always > 0 bytes so this needs a separate variable) 
 
 
◆ NumChildrenPerNode
  
  
      
        
          | int NodeCodecQuadTreeHalfFloat::NumChildrenPerNode = 4 | 
         
       
   | 
  
staticconstexpr   | 
  
 
Number of child nodes of this node. 
 
 
◆ StackSize
  
  
      
        
          | int NodeCodecQuadTreeHalfFloat::StackSize = 128 | 
         
       
   | 
  
staticconstexpr   | 
  
 
Stack size to use during DecodingContext::sWalkTree. 
 
 
The documentation for this class was generated from the following file: