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

Method GetRenderTarget

trinity/Tr2AtlasTexture.cpp:73–76  ·  view source on GitHub ↗

-------------------------------------------------------------------------------------- Description: Returns texture atlas render target if the atlas was created for render targets or nullptr otherwise. Return Value: texture atlas render target --------------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

71// texture atlas render target
72// --------------------------------------------------------------------------------------
73Tr2TextureAL* Tr2AtlasTexture::GetRenderTarget()
74{
75 return m_renderTarget;
76}
77
78void Tr2AtlasTexture::SetRenderTarget( Tr2TextureAL* rt )
79{

Callers 15

CopyFromTextureResMethod · 0.80
EndRenderPassMethod · 0.80
EndUpdateAtlasMethod · 0.80
PyInitFunction · 0.80
ExecuteMethod · 0.80
ExecuteMethod · 0.80
ExecuteMethod · 0.80
ExecuteMethod · 0.80
GetTextureMethod · 0.80
SetTextureFromRTMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected