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

Method GetGpuBuffer

trinity/Tr2GpuBuffer.cpp:118–121  ·  view source on GitHub ↗

-------------------------------------------------------------------------------------- Description: Implements ITr2GpuBuffer interface. Returns AL buffer. Arguments: index - Buffer index (unused) Return Value: Pointer to AL buffer --------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

116// Pointer to AL buffer
117// --------------------------------------------------------------------------------------
118Tr2BufferAL* Tr2GpuBuffer::GetGpuBuffer( unsigned index )
119{
120 return &m_buffer;
121}
122
123// --------------------------------------------------------------------------------------
124// Description:

Callers 8

ClearLightIndicesMethod · 0.45
UpdateLightBufferMethod · 0.45
DoUpdateListsMethod · 0.45
CopyToResourceSetMethod · 0.45
ApplyUavMethod · 0.45
PyGetDataFunction · 0.45
PyGetDataFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected