Contents
Class PZGLUtil
java.lang.Object
zombie.core.opengl.PZGLUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
checkGLError
(boolean stackTrace) static void
checkGLErrorThrow
(String string, Object... object) static void
static void
loadMatrix
(int int0, org.joml.Matrix4f matrix4f) static void
loadMatrix
(org.joml.Matrix4f matrix4f) static void
multMatrix
(int int0, org.joml.Matrix4f matrix4f) static void
multMatrix
(org.joml.Matrix4f matrix4f) static void
popMatrix
(int mode) static void
printGLState
(PrintStream out) static void
pushAndLoadMatrix
(int int0, org.joml.Matrix4f matrix4f1) static void
pushAndMultMatrix
(int int0, org.joml.Matrix4f matrix4f1)
-
Constructor Details
-
Method Details
-
checkGLErrorThrow
-
checkGLError
public static boolean checkGLError(boolean stackTrace) -
InitGLDebugging
public static void InitGLDebugging() -
printGLState
-
loadMatrix
public static void loadMatrix(org.joml.Matrix4f matrix4f) -
multMatrix
public static void multMatrix(org.joml.Matrix4f matrix4f) -
loadMatrix
public static void loadMatrix(int int0, org.joml.Matrix4f matrix4f) -
multMatrix
public static void multMatrix(int int0, org.joml.Matrix4f matrix4f) -
pushAndLoadMatrix
public static void pushAndLoadMatrix(int int0, org.joml.Matrix4f matrix4f1) -
pushAndMultMatrix
public static void pushAndMultMatrix(int int0, org.joml.Matrix4f matrix4f1) -
popMatrix
public static void popMatrix(int mode)
-