Class GlDebug

java.lang.Object
net.minecraft.client.gl.GlDebug

@Environment(CLIENT)
public class GlDebug
extends Object
  • Field Details

    • LOGGER

      private static final Logger LOGGER
    • byteBuffer

      protected static final ByteBuffer byteBuffer
    • floatBuffer

      protected static final FloatBuffer floatBuffer
    • intBuffer

      protected static final IntBuffer intBuffer
    • NEWLINE_JOINER

      private static final Joiner NEWLINE_JOINER
    • SEMICOLON_JOINER

      private static final Joiner SEMICOLON_JOINER
    • CONSTANTS

      private static final Map<Integer,​String> CONSTANTS
    • KHR_VERBOSITY_LEVELS

      private static final List<Integer> KHR_VERBOSITY_LEVELS
    • ARB_VERBOSITY_LEVELS

      private static final List<Integer> ARB_VERBOSITY_LEVELS
    • field_4923

      private static final Map<String,​List<String>> field_4923
  • Constructor Details

    • GlDebug

      public GlDebug()
  • Method Details

    • unknown

      private static String unknown​(int opcode)
    • getSource

      private static String getSource​(int opcode)
    • getType

      private static String getType​(int opcode)
    • getSeverity

      private static String getSeverity​(int opcode)
    • info

      private static void info​(int source, int type, int id, int severity, int int2, long long2, long long3)
    • registerConstant

      private static void registerConstant​(int constant, String description)
    • enableDebug

      public static void enableDebug​(int verbosity, boolean sync)