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

Method GetSize

trinity/Eve/EveInstancedMeshManager.cpp:475–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

473}
474
475uint32_t EveInstancedMeshManager::InstanceBuffer::GetSize() const
476{
477 return buffer ? buffer->GetDesc().count * buffer->GetDesc().stride : 0;
478}
479
480void EveInstancedMeshManager::PerformFrustumCulling( const TriFrustum& cameraFrustum, float invLodFactor, InstanceFlags filter )
481{

Callers 15

LoadFromDiskMethod · 0.45
ParseIesMethod · 0.45
BakeLightProfileMethod · 0.45
GetThumbnailMethod · 0.45
ReadGrannyFileMethod · 0.45
SaveMeshToCMFFileMethod · 0.45
DoLoadMethod · 0.45
DoLoadMethod · 0.45
Tr2CmfContentsMethod · 0.45
DoLoadMethod · 0.45
GetListElementFunction · 0.45
EndCaptureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected