| 182 | uint32 NumIndices() const { return numIndices; } |
| 183 | uint32 VertexOffset() const { return vtxOffset; } |
| 184 | uint32 IndexOffset() const { return idxOffset; } |
| 185 | |
| 186 | IndexType IndexBufferType() const { return IndexType::Index16Bit; } |
| 187 | DXGI_FORMAT IndexBufferFormat() const { return DXGI_FORMAT_R16_UINT; } |
no outgoing calls
no test coverage detected