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

Method Get

src/Nazara/Graphics/ParticleDeclaration.cpp:222–227  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

220 */
221
222 ParticleDeclaration* ParticleDeclaration::Get(ParticleLayout layout)
223 {
224 NazaraAssert(layout <= ParticleLayout_Max, "Particle layout out of enum");
225
226 return &s_declarations[layout];
227 }
228
229 /*!
230 * \brief Checks whether the type is supported

Callers 5

TextureBackgroundMethod · 0.45
ColorBackgroundMethod · 0.45
DeferredFinalPassMethod · 0.45
AddToRenderQueueMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected