| 91 | const std::vector<MeshPart>& MeshParts() const { return meshParts; } |
| 92 | |
| 93 | const D3D11_INPUT_ELEMENT_DESC* InputElements() const { return &inputElements[0]; } |
| 94 | uint32 NumInputElements() const { return static_cast<uint32>(inputElements.size()); } |
| 95 | |
| 96 | uint32 VertexStride() const { return vertexStride; } |
no outgoing calls
no test coverage detected