Uses of Enum Class
com.mojang.blaze3d.platform.GlStateManager.DestFactor
Packages that use GlStateManager.DestFactor
-
Uses of GlStateManager.DestFactor in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform that return GlStateManager.DestFactorModifier 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
Methods in com.mojang.blaze3d.systems with parameters of type GlStateManager.DestFactorModifier and TypeMethodDescriptionstatic void
RenderSystem.blendFunc
(GlStateManager.SourceFactor pSourceFactor, GlStateManager.DestFactor pDestFactor) static void
RenderSystem.blendFuncSeparate
(GlStateManager.SourceFactor pSourceFactor, GlStateManager.DestFactor pDestFactor, GlStateManager.SourceFactor pSourceFactorAlpha, GlStateManager.DestFactor pDestFactorAlpha)