Uses of Enum Class
com.mojang.blaze3d.shaders.ShaderType
Packages that use ShaderType
Package
Description
-
Uses of ShaderType in com.mojang.blaze3d.opengl
Methods in com.mojang.blaze3d.opengl with parameters of type ShaderType -
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 identifier) 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. -
Uses of ShaderType in com.mojang.blaze3d.systems
Method parameters in com.mojang.blaze3d.systems with type arguments of type ShaderTypeModifier and TypeMethodDescriptionstatic voidRenderSystem.initRenderer(long windowHandle, int debugVerbosity, boolean sync, BiFunction<Identifier, ShaderType, String> shaderSourceGetter, boolean renderDebugLabels) GpuDevice.precompilePipeline(RenderPipeline renderPipeline, @Nullable BiFunction<Identifier, ShaderType, String> biFunction) -
Uses of ShaderType in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as ShaderTypeModifier and TypeFieldDescriptionprivate final ShaderTypeCompiledShader.field_57881private final ShaderTypeGlBackend.ShaderKey.typeThe field for thetyperecord component.private final ShaderTypeShaderLoader.ShaderSourceKey.typeThe field for thetyperecord component.Fields in net.minecraft.client.gl with type parameters of type ShaderTypeModifier and TypeFieldDescriptionprivate final BiFunction<Identifier, ShaderType, String> GlBackend.defaultShaderSourceGetterMethods in net.minecraft.client.gl that return ShaderTypeModifier and TypeMethodDescriptionGlBackend.ShaderKey.type()Returns the value of thetyperecord component.ShaderLoader.ShaderSourceKey.type()Returns the value of thetyperecord component.Methods in net.minecraft.client.gl with parameters of type ShaderTypeModifier and TypeMethodDescriptionstatic CompiledShaderCompiledShader.method_62882(Identifier identifier, ShaderType shaderType, String string) private static voidShaderLoader.method_62939(Identifier identifier, Resource resource, ShaderType shaderType, Map<Identifier, Resource> map, ImmutableMap.Builder<ShaderLoader.ShaderSourceKey, String> builder) protected CompiledShaderGlBackend.method_68378(Identifier identifier, ShaderType shaderType, Defines defines, BiFunction<Identifier, ShaderType, String> biFunction) ShaderLoader.method_68496(Identifier identifier, ShaderType shaderType) ShaderLoader.Cache.method_68498(Identifier identifier, ShaderType shaderType) Method parameters in net.minecraft.client.gl with type arguments of type ShaderTypeModifier and TypeMethodDescriptionprivate CompiledShaderGlBackend.compileShader(GlBackend.ShaderKey key, BiFunction<Identifier, ShaderType, String> sourceRetriever) protected CompiledShaderGlBackend.method_68378(Identifier identifier, ShaderType shaderType, Defines defines, BiFunction<Identifier, ShaderType, String> biFunction) private CompiledShaderPipelineGlBackend.method_68392(RenderPipeline renderPipeline, BiFunction<Identifier, ShaderType, String> biFunction) GlBackend.precompilePipeline(RenderPipeline renderPipeline, @Nullable BiFunction<Identifier, ShaderType, String> biFunction) Constructors in net.minecraft.client.gl with parameters of type ShaderTypeModifierConstructorDescriptionCompiledShader(int int2, Identifier identifier, ShaderType shaderType) (package private)ShaderKey(Identifier identifier, ShaderType shaderType, Defines defines) (package private)ShaderSourceKey(Identifier identifier, ShaderType shaderType) Constructor parameters in net.minecraft.client.gl with type arguments of type ShaderTypeModifierConstructorDescriptionGlBackend(long contextId, int debugVerbosity, boolean sync, BiFunction<Identifier, ShaderType, String> shaderSourceGetter, boolean renderDebugLabels)