Uses of Class
com.mojang.renderpearl.util.ShaderCompileException
Packages that use ShaderCompileException
Package
Description
-
Uses of ShaderCompileException in com.mojang.renderpearl.backend.api
Methods in com.mojang.renderpearl.backend.api that throw ShaderCompileException -
Uses of ShaderCompileException in com.mojang.renderpearl.backend.opengl
Methods in com.mojang.renderpearl.backend.opengl that throw ShaderCompileExceptionModifier and TypeMethodDescriptionprivate StringGlPipelineRecompiler.decompileShader(BackendRenderPipeline.CreateInfo.Shader shaderCreateInfo) static GlProgramGlProgram.link(List<GlShaderModule> compiledShaders, String debugLabel) private voidGlPipelineRecompiler.renameDescriptors(long compiler, long spvcResources, int resourceType) private voidGlPipelineRecompiler.renameInterfaceVariables(long compiler, long spvcResources, int resourceType, String formatString) -
Uses of ShaderCompileException in com.mojang.renderpearl.frontend.shaders
Methods in com.mojang.renderpearl.frontend.shaders that throw ShaderCompileExceptionModifier and TypeMethodDescriptionGlslCompiler.compileToSpv(String name, String source, ShaderType type, ShaderDefines shaderDefines, ShaderSource shaderSource) private voidSPIRVModule.doReflection()private static List<SpvModule.Reflection.Descriptor> SPIRVModule.generateDescriptorList(long compiler, long spvcResources, IntBuffer spirv, int resourceType) private static List<SpvModule.Reflection.InterfaceVariable> SPIRVModule.generateInterfaceVariableList(long compiler, long spvcResources, IntBuffer spirv, int resourceType) private static List<SpvModule.Reflection.PushConstant> SPIRVModule.generatePushConstantList(long compiler, long spvcResources) private static it.unimi.dsi.fastutil.ints.Int2ObjectMap<PipelineBuilder.InterfaceVariableInfo> PipelineBuilder.generateSlotMap(List<SpvModule.Reflection.InterfaceVariable> interfaceVariables, String stageName, ShaderType shaderType) static intSpvUtil.getDecorationOffset(long compiler, org.lwjgl.util.spvc.SpvcReflectedResource resource, int decoration, IntBuffer returnBuffer) SPIRVModule.reflect()static voidSpvUtil.throwIfError(int result, String message)