Uses of Enum Class
com.mojang.blaze3d.shaders.Program.Type
Packages that use Program.Type
-
Uses of Program.Type in com.mojang.blaze3d.shaders
Fields in com.mojang.blaze3d.shaders declared as Program.TypeMethods in com.mojang.blaze3d.shaders that return Program.TypeModifier and TypeMethodDescriptionstatic Program.Type
Returns the enum constant of this class with the specified name.static Program.Type[]
Program.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.mojang.blaze3d.shaders with parameters of type Program.TypeModifier and TypeMethodDescriptionstatic EffectProgram
EffectProgram.compileShader
(Program.Type pType, String pName, InputStream pShaderData, String pSourceName) static Program
Program.compileShader
(Program.Type pType, String pName, InputStream pShaderData, String pSourceName, GlslPreprocessor pPreprocessor) protected static int
Program.compileShaderInternal
(Program.Type pType, String pName, InputStream pShaderData, String pSourceName, GlslPreprocessor pPreprocessor) Constructors in com.mojang.blaze3d.shaders with parameters of type Program.TypeModifierConstructorDescriptionprivate
EffectProgram
(Program.Type pType, int pId, String pName) protected
Program
(Program.Type pType, int pId, String pName) -
Uses of Program.Type in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer with parameters of type Program.TypeModifier and TypeMethodDescriptionstatic EffectProgram
EffectInstance.getOrCreate
(ResourceProvider pResourceProvider, Program.Type pType, String pName) private static Program
ShaderInstance.getOrCreate
(ResourceProvider pResourceProvider, Program.Type pProgramType, String pName)