Package com.mojang.blaze3d.platform
Class GlDebugInfo
java.lang.Object
com.mojang.blaze3d.platform.GlDebugInfo
@Environment(CLIENT) public class GlDebugInfo extends Object
- Mappings:
Namespace Name official dmkintermediary net/minecraft/class_4494named com/mojang/blaze3d/platform/GlDebugInfo
-
Constructor Summary
Constructors Constructor Description GlDebugInfo() -
Method Summary
Modifier and Type Method Description static StringgetCpuInfo()static StringgetRenderer()static StringgetVendor()static StringgetVersion()
-
Constructor Details
-
GlDebugInfo
public GlDebugInfo()
-
-
Method Details
-
getVendor
- Mappings:
Namespace Name Mixin selector official aLdmk;a()Ljava/lang/String;intermediary method_22088Lnet/minecraft/class_4494;method_22088()Ljava/lang/String;named getVendorLcom/mojang/blaze3d/platform/GlDebugInfo;getVendor()Ljava/lang/String;
-
getCpuInfo
- Mappings:
Namespace Name Mixin selector official bLdmk;b()Ljava/lang/String;intermediary method_22089Lnet/minecraft/class_4494;method_22089()Ljava/lang/String;named getCpuInfoLcom/mojang/blaze3d/platform/GlDebugInfo;getCpuInfo()Ljava/lang/String;
-
getRenderer
- Mappings:
Namespace Name Mixin selector official cLdmk;c()Ljava/lang/String;intermediary method_22090Lnet/minecraft/class_4494;method_22090()Ljava/lang/String;named getRendererLcom/mojang/blaze3d/platform/GlDebugInfo;getRenderer()Ljava/lang/String;
-
getVersion
- Mappings:
Namespace Name Mixin selector official dLdmk;d()Ljava/lang/String;intermediary method_22091Lnet/minecraft/class_4494;method_22091()Ljava/lang/String;named getVersionLcom/mojang/blaze3d/platform/GlDebugInfo;getVersion()Ljava/lang/String;
-