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

Method VertexOffset

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

Source from the content-addressed store, hash-verified

181 uint32 NumVertices() const { return numVertices; }
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; }

Callers 3

RenderMainPassMethod · 0.80
RenderGBufferMethod · 0.80
RenderDepthMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected