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 p_166589_, String p_166590_, InputStream p_166591_, String p_166592_) static Program
Program.compileShader
(Program.Type p_166605_, String p_166606_, InputStream p_166607_, String p_166608_, GlslPreprocessor p_166609_) protected static int
Program.compileShaderInternal
(Program.Type p_166613_, String p_166614_, InputStream p_166615_, String p_166616_, GlslPreprocessor p_166617_) Constructors in com.mojang.blaze3d.shaders with parameters of type Program.TypeModifierConstructorDescriptionprivate
EffectProgram
(Program.Type p_166582_, int p_166583_, String p_166584_) protected
Program
(Program.Type p_85540_, int p_85541_, String p_85542_) -
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 p_330579_, Program.Type p_172568_, String p_172569_) private static Program
ShaderInstance.getOrCreate
(ResourceProvider p_173341_, Program.Type p_173342_, String p_173343_)