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

Method GetMipCount

trinity/Tr2RenderTarget.cpp:433–436  ·  view source on GitHub ↗

-------------------------------------------------------------------------------------- Description: Returns number of mip levels in the render target. Return Value: Number of mip levels in the render target --------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

431// Number of mip levels in the render target
432// --------------------------------------------------------------------------------------
433uint32_t Tr2RenderTarget::GetMipCount() const
434{
435 return GetRenderTarget().GetMipCount();
436}
437
438// --------------------------------------------------------------------------------------
439// Description:

Callers 5

PerformPassMethod · 0.45
ComputeCORTAOMethod · 0.45
PyCompareBitmapsFunction · 0.45
CreateDescriptionFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected