MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / IndexSize

Method IndexSize

SampleFramework12/v1.00/Graphics/Model.h:188–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected