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.TypeReturns 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 EffectProgramEffectProgram.compileShader(Program.Type type, String name, InputStream shaderData, String sourceName) static ProgramProgram.compileShader(Program.Type type, String name, InputStream shaderData, String sourceName, GlslPreprocessor preprocessor) protected static intProgram.compileShaderInternal(Program.Type type, String name, InputStream shaderData, String sourceName, GlslPreprocessor preprocessor) Constructors in com.mojang.blaze3d.shaders with parameters of type Program.TypeModifierConstructorDescriptionprivateEffectProgram(Program.Type type, int id, String name) protectedProgram(Program.Type type, int id, String name) -
Uses of Program.Type in net.minecraft.client.renderer
Methods in net.minecraft.client.renderer with parameters of type Program.TypeModifier and TypeMethodDescriptionstatic EffectProgramEffectInstance.getOrCreate(ResourceProvider resourceProvider, Program.Type type, String name) private static ProgramShaderInstance.getOrCreate(ResourceProvider resourceProvider, Program.Type programType, String name)