Class PZGLUtil
java.lang.Object
zombie.core.opengl.PZGLUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleancheckGLError(boolean boolean0) static voidcheckGLErrorThrow(String string, Object... objects) static voidstatic voidloadMatrix(int int0, Matrix4f matrix4f) static voidloadMatrix(Matrix4f matrix4f) static voidmultMatrix(int int0, Matrix4f matrix4f) static voidmultMatrix(Matrix4f matrix4f) static voidpopMatrix(int int0) static voidprintGLState(PrintStream printStream) static voidpushAndLoadMatrix(int int0, Matrix4f matrix4f1) static voidpushAndMultMatrix(int int0, Matrix4f matrix4f1)
-
Constructor Details
-
PZGLUtil
public PZGLUtil()
-
-
Method Details
-
checkGLErrorThrow
- Throws:
OpenGLException
-
checkGLError
public static boolean checkGLError(boolean boolean0) -
InitGLDebugging
public static void InitGLDebugging() -
printGLState
-
loadMatrix
-
multMatrix
-
loadMatrix
-
multMatrix
-
pushAndLoadMatrix
-
pushAndMultMatrix
-
popMatrix
public static void popMatrix(int int0)
-