Interface GLDebugLog


public interface GLDebugLog
  • Field Details

    • MAJOR_VERSION

      static final int MAJOR_VERSION
    • MINOR_VERSION

      static final int MINOR_VERSION
    • AVAILABLE

      static final boolean AVAILABLE
      See Also:
    • ENABLED

      static final org.apache.commons.lang3.mutable.MutableBoolean ENABLED
    • PROFILER

      static final net.minecraft.util.profiling.ProfilerFiller PROFILER
  • Method Details

    • isEnabled

      static boolean isEnabled()
    • message

      static void message(Object message, GLDebugLog.Type type, GLDebugLog.Severity severity)
    • message

      static void message(Object message, GLDebugLog.Severity severity)
    • message

      static void message(Object message)
    • pushGroup

      static void pushGroup(Object name)
    • popGroup

      static void popGroup()
    • label

      static void label(int type, int id, String label)
    • textureLabel

      static void textureLabel(int id, String label)
    • shaderLabel

      static void shaderLabel(int id, String label)
    • programLabel

      static void programLabel(int id, String label)
    • bufferLabel

      static void bufferLabel(int id, String label)
    • vertexArrayLabel

      static void vertexArrayLabel(int id, String label)