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.DestFactorReturns 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 voidRenderSystem.blendFunc(GlStateManager.SourceFactor sourceFactor, GlStateManager.DestFactor destFactor) static voidRenderSystem.blendFuncSeparate(GlStateManager.SourceFactor sourceFactor, GlStateManager.DestFactor destFactor, GlStateManager.SourceFactor sourceFactorAlpha, GlStateManager.DestFactor destFactorAlpha)