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

Method FillUPIndexBuffer

trinityal/Tr2DrawUPHelper.cpp:130–143  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128}
129
130ALResult Tr2DrawUPHelper::FillUPIndexBuffer(
131 uint32_t indexCount,
132 const uint16_t* indices,
133 ::Tr2BufferAL& buffer,
134 Tr2RenderContextAL& renderContext,
135 Tr2PrimaryRenderContextAL& device )
136{
137 return FillUPIndexBuffer( indexCount,
138 (const void*)indices,
139 2,
140 buffer,
141 renderContext,
142 device );
143}
144
145ALResult Tr2DrawUPHelper::FillUPIndexBuffer(
146 uint32_t indexCount,

Callers

nothing calls this directly

Calls 3

CreateMethod · 0.45
MapForWritingMethod · 0.45
UnmapForWritingMethod · 0.45

Tested by

no test coverage detected