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

Method IndexOffset

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

Source from the content-addressed store, hash-verified

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

Callers 3

RenderMainPassMethod · 0.80
RenderGBufferMethod · 0.80
RenderDepthMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected