Package com.mojang.blaze3d.platform
Class GLX
java.lang.Object
com.mojang.blaze3d.platform.GLX
- Mappings:
Namespace Name official bujintermediary net/minecraft/class_629named com/mojang/blaze3d/platform/GLX
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic booleanprivate static booleanstatic booleanstatic intprivate static booleanstatic booleanstatic intstatic booleanstatic int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidgl13ActiveTexture(int texture) Allows selecting the active texture unitstatic voidgl13ClientActiveTexture(int texture) Allows selecting the active texture unitstatic voidgl13MultiTexCoord2f(int i, float f1, float f2) Sets the current texture coordinatesstatic voidglBlendFuncSeparate(int r, int g, int b, int a) Specifies pixel arithmetic for RGB and alpha components separatelystatic booleanReturns whether OpenGl supports Frame Buffer Objects
-
Field Details
-
gl21Supported
public static boolean gl21Supported- Mappings:
Namespace Name Mixin selector official aLbuj;a:Zintermediary field_8372Lnet/minecraft/class_629;field_8372:Znamed gl21SupportedLcom/mojang/blaze3d/platform/GLX;gl21Supported:Z
-
textureUnit
public static int textureUnit- Mappings:
Namespace Name Mixin selector official bLbuj;b:Iintermediary field_2300Lnet/minecraft/class_629;field_2300:Inamed textureUnitLcom/mojang/blaze3d/platform/GLX;textureUnit:I
-
lightmapTextureUnit
public static int lightmapTextureUnit- Mappings:
Namespace Name Mixin selector official cLbuj;c:Iintermediary field_2301Lnet/minecraft/class_629;field_2301:Inamed lightmapTextureUnitLcom/mojang/blaze3d/platform/GLX;lightmapTextureUnit:I
-
field_8388
public static boolean field_8388- Mappings:
Namespace Name Mixin selector official dLbuj;d:Zintermediary field_8388Lnet/minecraft/class_629;field_8388:Znamed field_8388Lcom/mojang/blaze3d/platform/GLX;field_8388:Z
-
field_8389
public static int field_8389- Mappings:
Namespace Name Mixin selector official eLbuj;e:Iintermediary field_8389Lnet/minecraft/class_629;field_8389:Inamed field_8389Lcom/mojang/blaze3d/platform/GLX;field_8389:I
-
arbMultitexture
private static boolean arbMultitexture- Mappings:
Namespace Name Mixin selector official hLbuj;h:Zintermediary field_2302Lnet/minecraft/class_629;field_2302:Znamed arbMultitextureLcom/mojang/blaze3d/platform/GLX;arbMultitexture:Z
-
gl14Supported
private static boolean gl14Supported- Mappings:
Namespace Name Mixin selector official iLbuj;i:Zintermediary field_8370Lnet/minecraft/class_629;field_8370:Znamed gl14SupportedLcom/mojang/blaze3d/platform/GLX;gl14Supported:Z
-
advanced
public static boolean advanced- Mappings:
Namespace Name Mixin selector official fLbuj;f:Zintermediary field_8383Lnet/minecraft/class_629;field_8383:Znamed advancedLcom/mojang/blaze3d/platform/GLX;advanced:Z
-
shadersSupported
public static boolean shadersSupported- Mappings:
Namespace Name Mixin selector official gLbuj;g:Zintermediary field_8391Lnet/minecraft/class_629;field_8391:Znamed shadersSupportedLcom/mojang/blaze3d/platform/GLX;shadersSupported:Z
-
-
Constructor Details
-
GLX
public GLX()
-
-
Method Details
-
createContext
public static void createContext()- Mappings:
Namespace Name Mixin selector official aLbuj;a()Vintermediary method_1761Lnet/minecraft/class_629;method_1761()Vnamed createContextLcom/mojang/blaze3d/platform/GLX;createContext()V
-
gl13ActiveTexture
public static void gl13ActiveTexture(int texture) Allows selecting the active texture unit- Mappings:
Namespace Name Mixin selector official aLbuj;a(I)Vintermediary method_1762Lnet/minecraft/class_629;method_1762(I)Vnamed gl13ActiveTextureLcom/mojang/blaze3d/platform/GLX;gl13ActiveTexture(I)V
-
gl13ClientActiveTexture
public static void gl13ClientActiveTexture(int texture) Allows selecting the active texture unit- Mappings:
Namespace Name Mixin selector official bLbuj;b(I)Vintermediary method_1764Lnet/minecraft/class_629;method_1764(I)Vnamed gl13ClientActiveTextureLcom/mojang/blaze3d/platform/GLX;gl13ClientActiveTexture(I)V
-
gl13MultiTexCoord2f
public static void gl13MultiTexCoord2f(int i, float f1, float f2) Sets the current texture coordinates- Mappings:
Namespace Name Mixin selector official aLbuj;a(IFF)Vintermediary method_1763Lnet/minecraft/class_629;method_1763(IFF)Vnamed gl13MultiTexCoord2fLcom/mojang/blaze3d/platform/GLX;gl13MultiTexCoord2f(IFF)V
-
glBlendFuncSeparate
public static void glBlendFuncSeparate(int r, int g, int b, int a) Specifies pixel arithmetic for RGB and alpha components separately- Mappings:
Namespace Name Mixin selector official aLbuj;a(IIII)Vintermediary method_7300Lnet/minecraft/class_629;method_7300(IIII)Vnamed glBlendFuncSeparateLcom/mojang/blaze3d/platform/GLX;glBlendFuncSeparate(IIII)V
-
supportsFbo
public static boolean supportsFbo()Returns whether OpenGl supports Frame Buffer Objects- Mappings:
Namespace Name Mixin selector official bLbuj;b()Zintermediary method_7315Lnet/minecraft/class_629;method_7315()Znamed supportsFboLcom/mojang/blaze3d/platform/GLX;supportsFbo()Z
-