Uses of Class
com.badlogic.gdx.graphics.g3d.shaders.DefaultShader.Config
-
Packages that use DefaultShader.Config Package Description com.badlogic.gdx.graphics.g3d.shaders com.badlogic.gdx.graphics.g3d.utils -
-
Uses of DefaultShader.Config in com.badlogic.gdx.graphics.g3d.shaders
Subclasses of DefaultShader.Config in com.badlogic.gdx.graphics.g3d.shaders Modifier and Type Class Description static classDepthShader.ConfigFields in com.badlogic.gdx.graphics.g3d.shaders declared as DefaultShader.Config Modifier and Type Field Description protected DefaultShader.ConfigDefaultShader. configMethods in com.badlogic.gdx.graphics.g3d.shaders with parameters of type DefaultShader.Config Modifier and Type Method Description static java.lang.StringDefaultShader. createPrefix(Renderable renderable, DefaultShader.Config config)Constructors in com.badlogic.gdx.graphics.g3d.shaders with parameters of type DefaultShader.Config Constructor Description DefaultShader(Renderable renderable, DefaultShader.Config config)DefaultShader(Renderable renderable, DefaultShader.Config config, ShaderProgram shaderProgram)DefaultShader(Renderable renderable, DefaultShader.Config config, java.lang.String prefix)DefaultShader(Renderable renderable, DefaultShader.Config config, java.lang.String prefix, java.lang.String vertexShader, java.lang.String fragmentShader) -
Uses of DefaultShader.Config in com.badlogic.gdx.graphics.g3d.utils
Fields in com.badlogic.gdx.graphics.g3d.utils declared as DefaultShader.Config Modifier and Type Field Description DefaultShader.ConfigDefaultShaderProvider. configConstructors in com.badlogic.gdx.graphics.g3d.utils with parameters of type DefaultShader.Config Constructor Description DefaultShaderProvider(DefaultShader.Config config)
-