MCPcopy Create free account
hub / github.com/carbonengine/trinity / ApplyIndexBuffer

Method ApplyIndexBuffer

trinity/Shader/Tr2EffectStateManager.cpp:951–954  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

949
950
951void Tr2EffectStateManager::ApplyIndexBuffer( const Tr2BufferAL& indices )
952{
953 ApplyIndexBuffer( indices, indices.GetDesc().stride );
954}
955
956void Tr2EffectStateManager::ApplyIndexBuffer( const Tr2SuballocatedBuffer::Allocation& indices )
957{

Callers 9

SubmitGeometryFunction · 0.80
RenderBatchGroupMethod · 0.80
RenderGdprBatchesMethod · 0.80
RenderAreasMethod · 0.80
RenderTriangleVertsMethod · 0.80
IssueDrawCallMethod · 0.80
RunJobMethod · 0.80
ReplayCaptureMethod · 0.80

Calls 3

GetBufferMethod · 0.45
GetStrideMethod · 0.45
SetIndicesMethod · 0.45

Tested by

no test coverage detected