I am using SPARK 2 particle systems, and its renderer gets a texture id,
to draw alpha-tested quads as particles.
Because I load my textures as sf::Texture, i cannot use them with SPARK , because there is no method to get the texture id.
Could you please expose such a method ?! Thanks