Package | Description |
---|---|
com.mojang.blaze3d.platform | |
com.mojang.blaze3d.systems |
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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_) |