Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GarageGames/Torque3D
/ pushActiveRenderTarget
Method
pushActiveRenderTarget
Engine/source/gfx/gfxDevice.cpp:861–865 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
859
}
860
861
void GFXDevice::pushActiveRenderTarget()
862
{
863
// Push the current target on to the stack.
864
mRTStack.push_back( mCurrentRT );
865
}
866
867
void GFXDevice::popActiveRenderTarget()
868
{
Callers
15
updateReflection
Method · 0.80
process
Method · 0.80
_updateBaseTexture
Method · 0.80
issue
Method · 0.80
_render
Method · 0.80
_render
Method · 0.80
_render
Method · 0.80
_render
Method · 0.80
_render
Method · 0.80
_renderToTexture
Method · 0.80
render
Method · 0.80
renderFrame
Method · 0.80
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected