| 188 | uint32 IndexSize() const { return 2; } |
| 189 | |
| 190 | const MeshVertex* Vertices() const { return vertices; } |
| 191 | const uint16* Indices() const { return indices; } |
| 192 | |
| 193 | const D3D12_VERTEX_BUFFER_VIEW* VBView() const { return &vbView; } |
nothing calls this directly
no outgoing calls
no test coverage detected