Package com.jozufozu.flywheel.backend
Class ShaderIndices
java.lang.Object
com.jozufozu.flywheel.backend.ShaderIndices
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic ShaderIndices.Indexcutout()static ShaderIndices.Indexfog()static intgetCutoutShaderIndex(CutoutShader cutoutShader) static intgetFogShaderIndex(FogShader fogShader) static intgetFragmentShaderIndex(MaterialShaders shaders) static intgetVertexShaderIndex(MaterialShaders shaders) static voidinit()static ShaderIndices.Indexstatic ShaderIndices.Index
-
Method Details
-
materialVertex
-
materialFragment
-
fog
-
cutout
-
getVertexShaderIndex
-
getFragmentShaderIndex
-
getFogShaderIndex
-
getCutoutShaderIndex
-
init
public static void init()
-