Uses of Class
com.mojang.blaze3d.opengl.GlShaderModule
Packages that use GlShaderModule
-
Uses of GlShaderModule in com.mojang.blaze3d.opengl
Fields in com.mojang.blaze3d.opengl declared as GlShaderModuleFields in com.mojang.blaze3d.opengl with type parameters of type GlShaderModuleModifier and TypeFieldDescriptionprivate final Map<GlDevice.ShaderCompilationKey, GlShaderModule> GlDevice.shaderCacheMethods in com.mojang.blaze3d.opengl that return GlShaderModuleModifier and TypeMethodDescriptionstatic GlShaderModuleGlShaderModule.compile(ResourceLocation id, ShaderType type, String source) private GlShaderModuleGlDevice.compileShader(GlDevice.ShaderCompilationKey key, BiFunction<ResourceLocation, ShaderType, String> shaderSource) protected GlShaderModuleGlDevice.getOrCompileShader(ResourceLocation shader, ShaderType type, ShaderDefines defines, BiFunction<ResourceLocation, ShaderType, String> shaderSource) Methods in com.mojang.blaze3d.opengl with parameters of type GlShaderModuleModifier and TypeMethodDescriptionvoidGlDebugLabel.applyLabel(GlShaderModule shaderModule) voidGlDebugLabel.Core.applyLabel(GlShaderModule p_410868_) voidGlDebugLabel.Ext.applyLabel(GlShaderModule p_410674_) static GlProgramGlProgram.link(GlShaderModule vertexShader, GlShaderModule fragmentShader, VertexFormat vertexFormat, String debugLabel)