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

Method Indices

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

Source from the content-addressed store, hash-verified

189
190 const MeshVertex* Vertices() const { return vertices; }
191 const uint16* Indices() const { return indices; }
192
193 const D3D12_VERTEX_BUFFER_VIEW* VBView() const { return &vbView; }
194 const D3D12_INDEX_BUFFER_VIEW* IBView() const { return &ibView; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected