Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NazaraEngine/NazaraEngine
/ Enable
Method
Enable
src/Nazara/Graphics/DeferredRenderPass.cpp:36–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
*/
35
36
void DeferredRenderPass::Enable(bool enable)
37
{
38
m_enabled = enable;
39
}
40
41
/*!
42
* \brief Initializes the deferred forward pass which needs the deferred technique
Callers
3
DeferredRenderTechnique
Method · 0.45
EnablePass
Method · 0.45
ResetPass
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected