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 pId, ShaderType pType, ShaderDefines pDefines, ShaderSource pSource) static intGlConst.toGl(ShaderType pShaderType) Constructors in com.mojang.blaze3d.opengl with parameters of type ShaderTypeModifierConstructorDescriptionGlShaderModule(int pShaderId, Identifier pId, ShaderType pType) (package private)ShaderCompilationKey(Identifier id, ShaderType type, ShaderDefines defines) Creates an instance of aShaderCompilationKeyrecord class. -
Uses of ShaderType in com.mojang.blaze3d.shaders
Fields in com.mojang.blaze3d.shaders declared as ShaderTypeMethods in com.mojang.blaze3d.shaders that return ShaderTypeModifier and TypeMethodDescriptionstatic @Nullable ShaderTypeShaderType.byLocation(Identifier pLocation) 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 pId, ShaderType pType) -
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 pId, ShaderType pType) @Nullable StringShaderManager.CompilationCache.getShaderSource(Identifier pId, ShaderType pType) private static voidShaderManager.loadShader(Identifier pLocation, Resource pShader, ShaderType pType, Map<Identifier, Resource> pShaderResources, ImmutableMap.Builder<ShaderManager.ShaderSourceKey, String> pOutput) Constructors in net.minecraft.client.renderer with parameters of type ShaderTypeModifierConstructorDescription(package private)ShaderSourceKey(Identifier id, ShaderType type) Creates an instance of aShaderSourceKeyrecord class.