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

Method IndexBufferType

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

Source from the content-addressed store, hash-verified

184 uint32 IndexOffset() const { return idxOffset; }
185
186 IndexType IndexBufferType() const { return IndexType::Index16Bit; }
187 DXGI_FORMAT IndexBufferFormat() const { return DXGI_FORMAT_R16_UINT; }
188 uint32 IndexSize() const { return 2; }
189

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected