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

Method AddBatchType

trinity/Eve/EveInstancedMeshManager.cpp:995–998  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

993}
994
995void EveInstancedMeshManager::InstanceFlags::AddBatchType( TriBatchType type )
996{
997 m_flags |= 1 << static_cast<uint32_t>( type );
998}
999
1000void EveInstancedMeshManager::InstanceFlags::SetCastsShadow( bool castsShadow )
1001{

Callers 4

GetBatchesMethod · 0.80
GetShadowBatchesMethod · 0.80
GetPickingBatchesMethod · 0.80
AddMeshMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected