Class PZGLUtil

java.lang.Object
zombie.core.opengl.PZGLUtil

public class PZGLUtil extends Object
  • Constructor Details Link icon

    • PZGLUtil Link icon

      public PZGLUtil()
  • Method Details Link icon

    • checkGLErrorThrow Link icon

      public static void checkGLErrorThrow(String string, Object... object) throws org.lwjglx.opengl.OpenGLException
      Throws:
      org.lwjglx.opengl.OpenGLException
    • checkGLError Link icon

      public static boolean checkGLError(boolean stackTrace)
    • InitGLDebugging Link icon

      public static void InitGLDebugging()
    • printGLState Link icon

      public static void printGLState(PrintStream out)
    • loadMatrix Link icon

      public static void loadMatrix(org.joml.Matrix4f matrix4f)
    • multMatrix Link icon

      public static void multMatrix(org.joml.Matrix4f matrix4f)
    • loadMatrix Link icon

      public static void loadMatrix(int int0, org.joml.Matrix4f matrix4f)
    • multMatrix Link icon

      public static void multMatrix(int int0, org.joml.Matrix4f matrix4f)
    • pushAndLoadMatrix Link icon

      public static void pushAndLoadMatrix(int int0, org.joml.Matrix4f matrix4f1)
    • pushAndMultMatrix Link icon

      public static void pushAndMultMatrix(int int0, org.joml.Matrix4f matrix4f1)
    • popMatrix Link icon

      public static void popMatrix(int mode)