Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NazaraEngine/NazaraEngine
/ GetWorkRTT
Method
GetWorkRTT
src/Nazara/Graphics/DeferredRenderTechnique.cpp:395–398 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
393
*/
394
395
RenderTexture* DeferredRenderTechnique::GetWorkRTT() const
396
{
397
return &m_workRTT;
398
}
399
400
/*!
401
* \brief Gets the ith texture to work
Callers
1
Initialize
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected