| 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 |
no outgoing calls
no test coverage detected