Class GlDebugInfo

java.lang.Object
com.mojang.blaze3d.platform.GlDebugInfo

@Environment(CLIENT) public class GlDebugInfo extends Object
Mappings:
Namespace Name
official ecx
intermediary net/minecraft/class_4494
named com/mojang/blaze3d/platform/GlDebugInfo
  • Constructor Details

    • GlDebugInfo

      public GlDebugInfo()
  • Method Details

    • allocateMemory

      public static ByteBuffer allocateMemory(int size)
      Mappings:
      Namespace Name Mixin selector
      official a Lecx;a(I)Ljava/nio/ByteBuffer;
      intermediary method_35611 Lnet/minecraft/class_4494;method_35611(I)Ljava/nio/ByteBuffer;
      named allocateMemory Lcom/mojang/blaze3d/platform/GlDebugInfo;allocateMemory(I)Ljava/nio/ByteBuffer;
    • freeMemory

      public static void freeMemory(Buffer buffer)
      Mappings:
      Namespace Name Mixin selector
      official a Lecx;a(Ljava/nio/Buffer;)V
      intermediary method_35613 Lnet/minecraft/class_4494;method_35613(Ljava/nio/Buffer;)V
      named freeMemory Lcom/mojang/blaze3d/platform/GlDebugInfo;freeMemory(Ljava/nio/Buffer;)V
    • getVendor

      public static String getVendor()
      Mappings:
      Namespace Name Mixin selector
      official a Lecx;a()Ljava/lang/String;
      intermediary method_22088 Lnet/minecraft/class_4494;method_22088()Ljava/lang/String;
      named getVendor Lcom/mojang/blaze3d/platform/GlDebugInfo;getVendor()Ljava/lang/String;
    • getCpuInfo

      public static String getCpuInfo()
      Mappings:
      Namespace Name Mixin selector
      official b Lecx;b()Ljava/lang/String;
      intermediary method_22089 Lnet/minecraft/class_4494;method_22089()Ljava/lang/String;
      named getCpuInfo Lcom/mojang/blaze3d/platform/GlDebugInfo;getCpuInfo()Ljava/lang/String;
    • getRenderer

      public static String getRenderer()
      Mappings:
      Namespace Name Mixin selector
      official c Lecx;c()Ljava/lang/String;
      intermediary method_22090 Lnet/minecraft/class_4494;method_22090()Ljava/lang/String;
      named getRenderer Lcom/mojang/blaze3d/platform/GlDebugInfo;getRenderer()Ljava/lang/String;
    • getVersion

      public static String getVersion()
      Mappings:
      Namespace Name Mixin selector
      official d Lecx;d()Ljava/lang/String;
      intermediary method_22091 Lnet/minecraft/class_4494;method_22091()Ljava/lang/String;
      named getVersion Lcom/mojang/blaze3d/platform/GlDebugInfo;getVersion()Ljava/lang/String;