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

Method IBView

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

Source from the content-addressed store, hash-verified

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; }
197 const Float3& AABBMax() const { return aabbMax; }

Callers 4

RenderClustersMethod · 0.45
RenderMainPassMethod · 0.45
RenderGBufferMethod · 0.45
RenderDepthMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected