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

Method GetArraySize

trinity/Tr2RenderTarget.cpp:444–447  ·  view source on GitHub ↗

-------------------------------------------------------------------------------------- Description: Returns size of the texture array in the render target. Return Value: size of the texture array --------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

442// size of the texture array
443// --------------------------------------------------------------------------------------
444uint32_t Tr2RenderTarget::GetArraySize() const
445{
446 return GetRenderTarget().GetArraySize();
447}
448
449// --------------------------------------------------------------------------------------
450// Description:

Callers 4

Create2DTextureFunction · 0.45
CreateDescriptionFunction · 0.45
GetTextureSizeFunction · 0.45
ExecuteMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected