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