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

Method Vertices

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

Source from the content-addressed store, hash-verified

188 uint32 IndexSize() const { return 2; }
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; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected