Uses of Class
com.badlogic.gdx.graphics.g3d.particles.ParticleShader.Config
-
Packages that use ParticleShader.Config Package Description com.badlogic.gdx.graphics.g3d.particles com.badlogic.gdx.graphics.g3d.particles.batches -
-
Uses of ParticleShader.Config in com.badlogic.gdx.graphics.g3d.particles
Fields in com.badlogic.gdx.graphics.g3d.particles declared as ParticleShader.Config Modifier and Type Field Description protected ParticleShader.ConfigParticleShader. configMethods in com.badlogic.gdx.graphics.g3d.particles with parameters of type ParticleShader.Config Modifier and Type Method Description static java.lang.StringParticleShader. createPrefix(Renderable renderable, ParticleShader.Config config)Constructors in com.badlogic.gdx.graphics.g3d.particles with parameters of type ParticleShader.Config Constructor Description ParticleShader(Renderable renderable, ParticleShader.Config config)ParticleShader(Renderable renderable, ParticleShader.Config config, ShaderProgram shaderProgram)ParticleShader(Renderable renderable, ParticleShader.Config config, java.lang.String prefix)ParticleShader(Renderable renderable, ParticleShader.Config config, java.lang.String prefix, java.lang.String vertexShader, java.lang.String fragmentShader) -
Uses of ParticleShader.Config in com.badlogic.gdx.graphics.g3d.particles.batches
Constructors in com.badlogic.gdx.graphics.g3d.particles.batches with parameters of type ParticleShader.Config Constructor Description PointSpriteParticleBatch(int capacity, ParticleShader.Config shaderConfig)PointSpriteParticleBatch(int capacity, ParticleShader.Config shaderConfig, BlendingAttribute blendingAttribute, DepthTestAttribute depthTestAttribute)
-