Uses of Class
com.badlogic.gdx.graphics.g3d.shaders.DepthShader.Config
-
Packages that use DepthShader.Config Package Description com.badlogic.gdx.graphics.g3d.shaders com.badlogic.gdx.graphics.g3d.utils -
-
Uses of DepthShader.Config in com.badlogic.gdx.graphics.g3d.shaders
Methods in com.badlogic.gdx.graphics.g3d.shaders with parameters of type DepthShader.Config Modifier and Type Method Description static java.lang.StringDepthShader. createPrefix(Renderable renderable, DepthShader.Config config)Constructors in com.badlogic.gdx.graphics.g3d.shaders with parameters of type DepthShader.Config Constructor Description DepthShader(Renderable renderable, DepthShader.Config config)DepthShader(Renderable renderable, DepthShader.Config config, ShaderProgram shaderProgram)DepthShader(Renderable renderable, DepthShader.Config config, java.lang.String prefix)DepthShader(Renderable renderable, DepthShader.Config config, java.lang.String prefix, java.lang.String vertexShader, java.lang.String fragmentShader) -
Uses of DepthShader.Config in com.badlogic.gdx.graphics.g3d.utils
Fields in com.badlogic.gdx.graphics.g3d.utils declared as DepthShader.Config Modifier and Type Field Description DepthShader.ConfigDepthShaderProvider. configConstructors in com.badlogic.gdx.graphics.g3d.utils with parameters of type DepthShader.Config Constructor Description DepthShaderProvider(DepthShader.Config config)
-