|
XLE
v0.02.0
|
Public Member Functions | |
| size_t | GetInputCount () const |
| const DataFlow::Input & | GetInput (size_t index) const |
| size_t | GetPrimitiveDataCount () const |
| Section | GetPrimitiveData (size_t index) const |
| Section | GetType () const |
| Section | GetVCountArray () const |
| Section | GetMaterialBinding () const |
| unsigned | GetPrimitiveCount () const |
| const StreamLocation & | GetLocation () const |
| GeometryPrimitives (Formatter &formatter, Section type) | |
| GeometryPrimitives (GeometryPrimitives &&moveFrom) never_throws | |
| GeometryPrimitives & | operator= (GeometryPrimitives &&moveFrom) never_throws |
Protected Attributes | |
| Section | _type |
| DataFlow::Input | _inputs [6] |
| std::vector< DataFlow::Input > | _inputsOverflow |
| unsigned | _inputCount |
| Section | _primitiveData [1] |
| std::vector< Section > | _primitiveDataOverflow |
| unsigned | _primitiveDataCount |
| Section | _vcount |
| Section | _materialBinding |
| unsigned | _primitiveCount |
| StreamLocation | _location |
1.8.10