Example #1
0
/// \fn ParticleSystem::draw ()
/// \brief Draw the particles to the screen buffer via a vertex buffer and
/// vertex shader for rendering speed.
void ParticleSystem::draw(RenderContext& context) const
{
   context.drawParticles(*this);
}