Uses of Class
com.mojang.blaze3d.platform.GlStateManager.DstFactor
| Package | Description |
|---|---|
| com.mojang.blaze3d.platform | |
| com.mojang.blaze3d.systems |
-
Uses of GlStateManager.DstFactor in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform that return GlStateManager.DstFactor Modifier and Type Method Description static GlStateManager.DstFactorGlStateManager.DstFactor. valueOf(String name)Returns the enum constant of this type with the specified name.static GlStateManager.DstFactor[]GlStateManager.DstFactor. values()Returns an array containing the constants of this enum type, 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.DstFactor Modifier and Type Method Description static voidRenderSystem. blendFunc(GlStateManager.SrcFactor srcFactor, GlStateManager.DstFactor dstFactor)static voidRenderSystem. blendFuncSeparate(GlStateManager.SrcFactor srcFactor, GlStateManager.DstFactor dstFactor, GlStateManager.SrcFactor srcAlpha, GlStateManager.DstFactor dstAlpha)