MCPcopy Create free account
hub / github.com/NazaraEngine/NazaraEngine / GetRenderQueue

Method GetRenderQueue

src/Nazara/Graphics/DepthRenderTechnique.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 */
110
111 AbstractRenderQueue* DepthRenderTechnique::GetRenderQueue()
112 {
113 return &m_renderQueue;
114 }
115
116 /*!
117 * \brief Gets the type of the current technique

Callers 4

OnUpdateMethod · 0.45
InitializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected