Uses of Enum Class
com.mojang.blaze3d.shaders.ShaderType
Packages that use ShaderType
Package
Description
-
Uses of ShaderType in com.mojang.blaze3d.opengl
Fields in com.mojang.blaze3d.opengl declared as ShaderTypeModifier and TypeFieldDescriptionprivate final ShaderTypeGlDevice.ShaderCompilationKey.typeThe field for thetyperecord component.private final ShaderTypeGlShaderModule.typeMethods in com.mojang.blaze3d.opengl that return ShaderTypeModifier and TypeMethodDescriptionGlDevice.ShaderCompilationKey.type()Returns the value of thetyperecord component.Methods in com.mojang.blaze3d.opengl with parameters of type ShaderTypeModifier and TypeMethodDescriptionprotected GlShaderModuleGlDevice.getOrCompileShader(Identifier id, ShaderType type, ShaderDefines defines, ShaderSource shaderSource) static intGlConst.toGl(ShaderType type) Constructors in com.mojang.blaze3d.opengl with parameters of type ShaderTypeModifierConstructorDescriptionGlShaderModule(int shaderId, Identifier id, ShaderType type) privateShaderCompilationKey(Identifier id, ShaderType type, ShaderDefines defines) Creates an instance of aShaderCompilationKeyrecord class. -
Uses of ShaderType in com.mojang.blaze3d.shaders
Subclasses with type arguments of type ShaderType in com.mojang.blaze3d.shadersFields in com.mojang.blaze3d.shaders declared as ShaderTypeMethods in com.mojang.blaze3d.shaders that return ShaderTypeModifier and TypeMethodDescriptionstatic @Nullable ShaderTypeShaderType.byLocation(Identifier location) static ShaderTypeReturns the enum constant of this class with the specified name.static ShaderType[]ShaderType.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 ShaderTypeModifier and TypeMethodDescription@Nullable StringShaderSource.get(Identifier id, ShaderType type) -
Uses of ShaderType in net.minecraft.client.renderer
Fields in net.minecraft.client.renderer declared as ShaderTypeModifier and TypeFieldDescriptionprivate final ShaderTypeShaderManager.ShaderSourceKey.typeThe field for thetyperecord component.Methods in net.minecraft.client.renderer that return ShaderTypeModifier and TypeMethodDescriptionShaderManager.ShaderSourceKey.type()Returns the value of thetyperecord component.Methods in net.minecraft.client.renderer with parameters of type ShaderTypeModifier and TypeMethodDescription@Nullable StringShaderManager.getShader(Identifier id, ShaderType type) @Nullable StringShaderManager.CompilationCache.getShaderSource(Identifier id, ShaderType type) private static voidShaderManager.loadShader(Identifier location, Resource resource, ShaderType type, Map<Identifier, Resource> files, ImmutableMap.Builder<ShaderManager.ShaderSourceKey, String> output) Constructors in net.minecraft.client.renderer with parameters of type ShaderTypeModifierConstructorDescriptionprivateShaderSourceKey(Identifier id, ShaderType type) Creates an instance of aShaderSourceKeyrecord class.