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 TypeMethodDescriptionprivate GlShaderModuleGlDevice.compileShader(GlDevice.ShaderCompilationKey key, ShaderSource shaderSource) protected GlShaderModuleGlDevice.getOrCompileShader(Identifier id, ShaderType type, ShaderDefines defines, ShaderSource shaderSource) Methods in com.mojang.blaze3d.opengl with parameters of type GlShaderModuleModifier and TypeMethodDescriptionvoidGlDebugLabel.applyLabel(GlShaderModule shaderModule) voidGlDebugLabel.Core.applyLabel(GlShaderModule shaderModule) voidGlDebugLabel.Ext.applyLabel(GlShaderModule shaderModule) static GlProgramGlProgram.link(GlShaderModule vertexShader, GlShaderModule fragmentShader, VertexFormat vertexFormat, String debugLabel)