Uses of Class
com.badlogic.gdx.graphics.g3d.shaders.BaseShader
-
Packages that use BaseShader Package Description com.badlogic.gdx.graphics.g3d.particles com.badlogic.gdx.graphics.g3d.shaders -
-
Uses of BaseShader in com.badlogic.gdx.graphics.g3d.particles
Subclasses of BaseShader in com.badlogic.gdx.graphics.g3d.particles Modifier and Type Class Description classParticleShaderThis is a custom shader to render the particles. -
Uses of BaseShader in com.badlogic.gdx.graphics.g3d.shaders
Subclasses of BaseShader in com.badlogic.gdx.graphics.g3d.shaders Modifier and Type Class Description classDefaultShaderclassDepthShaderMethods in com.badlogic.gdx.graphics.g3d.shaders with parameters of type BaseShader Modifier and Type Method Description booleanBaseShader.GlobalSetter. isGlobal(BaseShader shader, int inputID)booleanBaseShader.LocalSetter. isGlobal(BaseShader shader, int inputID)booleanBaseShader.Setter. isGlobal(BaseShader shader, int inputID)voidBaseShader.Setter. set(BaseShader shader, int inputID, Renderable renderable, Attributes combinedAttributes)voidDefaultShader.Setters.ACubemap. set(BaseShader shader, int inputID, Renderable renderable, Attributes combinedAttributes)voidDefaultShader.Setters.Bones. set(BaseShader shader, int inputID, Renderable renderable, Attributes combinedAttributes)booleanBaseShader.Uniform. validate(BaseShader shader, int inputID, Renderable renderable)booleanBaseShader.Validator. validate(BaseShader shader, int inputID, Renderable renderable)
-