Class GlDebug.LogEntry

java.lang.Object
com.mojang.blaze3d.opengl.GlDebug.LogEntry
Enclosing class:
GlDebug

private static class GlDebug.LogEntry extends Object
  • Field Details

    • id

      private final int id
    • source

      private final int source
    • type

      private final int type
    • severity

      private final int severity
    • message

      private final String message
    • count

      private int count
  • Constructor Details

    • LogEntry

      private LogEntry(int source, int type, int id, int severity, String message)
  • Method Details

    • isSame

      private boolean isSame(int source, int type, int id, int severity, String message)
    • toString

      public String toString()
      Overrides:
      toString in class Object