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

Method VBView

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

Source from the content-addressed store, hash-verified

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; }
195
196 const Float3& AABBMin() const { return aabbMin; }

Callers 3

RenderMainPassMethod · 0.45
RenderGBufferMethod · 0.45
RenderDepthMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected