Uses of Class
com.mojang.blaze3d.platform.GlStateManager.SrcFactor
| Package | Description |
|---|---|
| com.mojang.blaze3d.platform | |
| com.mojang.blaze3d.systems |
-
Uses of GlStateManager.SrcFactor in com.mojang.blaze3d.platform
Methods in com.mojang.blaze3d.platform that return GlStateManager.SrcFactor Modifier and Type Method Description static GlStateManager.SrcFactorGlStateManager.SrcFactor. valueOf(String name)Returns the enum constant of this type with the specified name.static GlStateManager.SrcFactor[]GlStateManager.SrcFactor. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of GlStateManager.SrcFactor in com.mojang.blaze3d.systems
Methods in com.mojang.blaze3d.systems with parameters of type GlStateManager.SrcFactor 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)