Uses of Enum Class
net.minecraft.client.gl.ShaderStage.Type
Packages that use ShaderStage.Type
-
Uses of ShaderStage.Type in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as ShaderStage.TypeMethods in net.minecraft.client.gl that return ShaderStage.TypeModifier and TypeMethodDescriptionstatic ShaderStage.Type
Returns the enum constant of this class with the specified name.static ShaderStage.Type[]
ShaderStage.Type.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.minecraft.client.gl with parameters of type ShaderStage.TypeModifier and TypeMethodDescriptionstatic EffectShaderStage
EffectShaderStage.createFromResource
(ShaderStage.Type type, String name, InputStream stream, String domain) static ShaderStage
ShaderStage.createFromResource
(ShaderStage.Type type, String name, InputStream stream, String domain, GlImportProcessor loader) protected static int
ShaderStage.load
(ShaderStage.Type type, String name, InputStream stream, String domain, GlImportProcessor loader) static EffectShaderStage
JsonEffectShaderProgram.loadEffect
(ResourceManager resourceManager, ShaderStage.Type type, String name) private static ShaderStage
ShaderProgram.loadShader
(ResourceFactory factory, ShaderStage.Type type, String name) Constructors in net.minecraft.client.gl with parameters of type ShaderStage.TypeModifierConstructorDescriptionprivate
EffectShaderStage
(ShaderStage.Type type, int glRef, String name) protected
ShaderStage
(ShaderStage.Type type, int glRef, String name)