Uses of Class
com.mojang.blaze3d.platform.GlStateManager.DestFactor
-
Packages that use GlStateManager.DestFactor Package Description com.mojang.blaze3d.platform com.mojang.blaze3d.systems -
-
Uses of GlStateManager.DestFactor in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform that return GlStateManager.DestFactor Modifier and Type Method Description static GlStateManager.DestFactor
GlStateManager.DestFactor. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GlStateManager.DestFactor[]
GlStateManager.DestFactor. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of GlStateManager.DestFactor in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type GlStateManager.DestFactor Modifier and Type Method Description static void
RenderSystem. blendFunc(GlStateManager.SourceFactor p_blendFunc_0_, GlStateManager.DestFactor p_blendFunc_1_)
static void
RenderSystem. blendFuncSeparate(GlStateManager.SourceFactor p_blendFuncSeparate_0_, GlStateManager.DestFactor p_blendFuncSeparate_1_, GlStateManager.SourceFactor p_blendFuncSeparate_2_, GlStateManager.DestFactor p_blendFuncSeparate_3_)
-