Uses of Enum Class
com.mojang.blaze3d.platform.GlStateManager.SourceFactor
Packages that use GlStateManager.SourceFactor
-
Uses of GlStateManager.SourceFactor in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform that return GlStateManager.SourceFactorModifier and TypeMethodDescriptionstatic GlStateManager.SourceFactorReturns the enum constant of this class with the specified name.static GlStateManager.SourceFactor[]GlStateManager.SourceFactor.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of GlStateManager.SourceFactor in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type GlStateManager.SourceFactorModifier 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)