Uses of Class
com.mojang.blaze3d.platform.GlStateManager.SourceFactor
-
Packages that use GlStateManager.SourceFactor Package Description com.mojang.blaze3d.platform com.mojang.blaze3d.systems -
-
Uses of GlStateManager.SourceFactor in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform that return GlStateManager.SourceFactor Modifier and Type Method Description static GlStateManager.SourceFactor
GlStateManager.SourceFactor. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GlStateManager.SourceFactor[]
GlStateManager.SourceFactor. values()
Returns an array containing the constants of this enum type, 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.SourceFactor Modifier and Type Method Description static 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_)
-