MCPcopy 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

EnablePassMethod · 0.45
ResetPassMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected