Uses of Enum Class
com.mojang.blaze3d.platform.GlStateManager.DstFactor
Packages that use GlStateManager.DstFactor
-
Uses of GlStateManager.DstFactor in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform that return GlStateManager.DstFactorModifier and TypeMethodDescriptionstatic GlStateManager.DstFactor
Returns the enum constant of this class with the specified name.static GlStateManager.DstFactor[]
GlStateManager.DstFactor.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of GlStateManager.DstFactor in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type GlStateManager.DstFactorModifier and TypeMethodDescriptionstatic void
RenderSystem.blendFunc
(GlStateManager.SrcFactor srcFactor, GlStateManager.DstFactor dstFactor) static void
RenderSystem.blendFuncSeparate
(GlStateManager.SrcFactor srcFactor, GlStateManager.DstFactor dstFactor, GlStateManager.SrcFactor srcAlpha, GlStateManager.DstFactor dstAlpha)