Uses of Interface
com.mojang.blaze3d.shaders.ShaderSource
Packages that use ShaderSource
Package
Description
-
Uses of ShaderSource in com.mojang.blaze3d.opengl
Fields in com.mojang.blaze3d.opengl declared as ShaderSourceMethods in com.mojang.blaze3d.opengl with parameters of type ShaderSourceModifier and TypeMethodDescriptionprivate GlRenderPipelineGlDevice.compilePipeline(RenderPipeline pipeline, ShaderSource shaderSource) private GlProgramGlDevice.compileProgram(RenderPipeline pipeline, ShaderSource shaderSource) private GlShaderModuleGlDevice.compileShader(GlDevice.ShaderCompilationKey key, ShaderSource source) protected GlShaderModuleGlDevice.getOrCompileShader(Identifier id, ShaderType type, ShaderDefines defines, ShaderSource source) GlDevice.precompilePipeline(RenderPipeline p_410489_, @Nullable ShaderSource p_460635_) Constructors in com.mojang.blaze3d.opengl with parameters of type ShaderSourceModifierConstructorDescriptionGlDevice(long window, int debugVerbosity, boolean synchronous, ShaderSource defaultShaderSource, boolean renderDebugLabels) -
Uses of ShaderSource in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type ShaderSourceModifier and TypeMethodDescriptionstatic voidRenderSystem.initRenderer(long window, int debugVerbosity, boolean synchronous, ShaderSource defaultShaderSource, boolean renderDebugLabels) GpuDevice.precompilePipeline(RenderPipeline pipeline, @Nullable ShaderSource shaderSource) -
Uses of ShaderSource in net.neoforged.neoforge.client
Methods in net.neoforged.neoforge.client with parameters of type ShaderSourceModifier and TypeMethodDescriptionstatic GpuDeviceClientHooks.createGpuDevice(long window, int debugLevel, boolean syncDebug, ShaderSource defaultShaderSource, boolean enableDebugLabels) -
Uses of ShaderSource in net.neoforged.neoforge.client.blaze3d.validation
Methods in net.neoforged.neoforge.client.blaze3d.validation with parameters of type ShaderSourceModifier and TypeMethodDescriptionValidationGpuDevice.precompilePipeline(RenderPipeline pipeline, @Nullable ShaderSource shaderSourceProvider)