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

Method GetItemDepthStencil

trinity/Tr2ImpostorManager.cpp:488–491  ·  view source on GitHub ↗

-------------------------------------------------------------------------------------- Description: Returns depth buffer used for rendering of impostors. Return Value: Depth buffer used for rendering of impostors --------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

486// Depth buffer used for rendering of impostors
487// --------------------------------------------------------------------------------------
488Tr2DepthStencil* Tr2ImpostorManager::GetItemDepthStencil() const
489{
490 return m_ds;
491}

Callers 1

UpdateImpostorsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected