Uses of Interface
net.minecraft.client.gl.ShaderSourceGetter
Packages that use ShaderSourceGetter
-
Uses of ShaderSourceGetter in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type ShaderSourceGetterModifier and TypeMethodDescriptionstatic voidRenderSystem.initRenderer(long windowHandle, int debugVerbosity, boolean sync, ShaderSourceGetter shaderSourceGetter, boolean renderDebugLabels) GpuDevice.precompilePipeline(RenderPipeline pipeline, @Nullable ShaderSourceGetter sourceGetter) -
Uses of ShaderSourceGetter in net.minecraft.client.gl
Fields in net.minecraft.client.gl declared as ShaderSourceGetterModifier and TypeFieldDescriptionprivate final ShaderSourceGetterGlBackend.defaultShaderSourceGetterMethods in net.minecraft.client.gl with parameters of type ShaderSourceGetterModifier and TypeMethodDescriptionprivate ShaderProgramGlBackend.compileProgram(RenderPipeline pipeline, ShaderSourceGetter sourceGetter) private CompiledShaderPipelineGlBackend.compileRenderPipeline(RenderPipeline pipeline, ShaderSourceGetter sourceGetter) private CompiledShaderGlBackend.compileShader(GlBackend.ShaderKey key, ShaderSourceGetter sourceGetter) protected CompiledShaderGlBackend.compileShader(Identifier id, ShaderType type, Defines defines, ShaderSourceGetter sourceGetter) GlBackend.precompilePipeline(RenderPipeline renderPipeline, @Nullable ShaderSourceGetter shaderSourceGetter) Constructors in net.minecraft.client.gl with parameters of type ShaderSourceGetterModifierConstructorDescriptionGlBackend(long contextId, int debugVerbosity, boolean sync, ShaderSourceGetter defaultShaderSourceGetter, boolean renderDebugLabels)