| 186 | IndexType IndexBufferType() const { return IndexType::Index16Bit; } |
| 187 | DXGI_FORMAT IndexBufferFormat() const { return DXGI_FORMAT_R16_UINT; } |
| 188 | uint32 IndexSize() const { return 2; } |
| 189 | |
| 190 | const MeshVertex* Vertices() const { return vertices; } |
| 191 | const uint16* Indices() const { return indices; } |
nothing calls this directly
no outgoing calls
no test coverage detected