Graphics/Particlegroup: Add GetBuffer method
This commit is contained in:
@@ -44,6 +44,8 @@ namespace Nz
|
||||
void* GenerateParticle();
|
||||
void* GenerateParticles(unsigned int count);
|
||||
|
||||
inline void* GetBuffer();
|
||||
inline const void* GetBuffer() const;
|
||||
const ParticleDeclarationConstRef& GetDeclaration() const;
|
||||
std::size_t GetMaxParticleCount() const;
|
||||
std::size_t GetParticleCount() const;
|
||||
@@ -94,4 +96,6 @@ namespace Nz
|
||||
};
|
||||
}
|
||||
|
||||
#include <Nazara/Graphics/ParticleGroup.inl>
|
||||
|
||||
#endif // NAZARA_PARTICLEGROUP_HPP
|
||||
|
||||
Reference in New Issue
Block a user