Uses of Enum Class
com.mojang.blaze3d.platform.GlStateManager.DestFactor
-
Uses of GlStateManager.DestFactor in com.mojang.blaze3d.platform
Modifier and TypeMethodDescriptionstatic GlStateManager.DestFactor
Returns the enum constant of this class with the specified name.static GlStateManager.DestFactor[]
GlStateManager.DestFactor.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of GlStateManager.DestFactor in com.mojang.blaze3d.systems
Modifier and TypeMethodDescriptionstatic 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_)