Class SpvUtil
java.lang.Object
com.mojang.renderpearl.frontend.shaders.SpvUtil
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final it.unimi.dsi.fastutil.ints.IntList -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringbaseTypeString(int baseType) static voidcrashIfError(int result, String message) static intgetDecorationOffset(long compiler, org.lwjgl.util.spvc.SpvcReflectedResource resource, int decoration, IntBuffer returnBuffer) static intresourceType(UniformType uniformType) static StringspvcErrorString(int result) static voidthrowIfError(int result, String message)
-
Field Details
-
DESCRIPTOR_TYPES
public static final it.unimi.dsi.fastutil.ints.IntList DESCRIPTOR_TYPES
-
-
Constructor Details
-
SpvUtil
public SpvUtil()
-
-
Method Details
-
crashIfError
-
throwIfError
- Throws:
ShaderCompileException
-
spvcErrorString
-
getDecorationOffset
public static int getDecorationOffset(long compiler, org.lwjgl.util.spvc.SpvcReflectedResource resource, int decoration, IntBuffer returnBuffer) throws ShaderCompileException - Throws:
ShaderCompileException
-
resourceType
-
baseTypeString
-