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 pId, ShaderType pType, String pSource) private GlShaderModuleGlDevice.compileShader(GlDevice.ShaderCompilationKey pKey, BiFunction<ResourceLocation, ShaderType, String> pShaderSource) protected GlShaderModuleGlDevice.getOrCompileShader(ResourceLocation pShader, ShaderType pType, ShaderDefines pDefines, BiFunction<ResourceLocation, ShaderType, String> pShaderSource) Methods in com.mojang.blaze3d.opengl with parameters of type GlShaderModuleModifier and TypeMethodDescriptionvoidGlDebugLabel.applyLabel(GlShaderModule pShaderModule) voidGlDebugLabel.Core.applyLabel(GlShaderModule p_410868_) voidGlDebugLabel.Ext.applyLabel(GlShaderModule p_410674_) static GlProgramGlProgram.link(GlShaderModule pVertexShader, GlShaderModule pFragmentShader, VertexFormat pVertexFormat, String pDebugLabel)