Uses of Enum Class
com.mojang.blaze3d.platform.BlendFactor
Packages that use BlendFactor
Package
Description
-
Uses of BlendFactor in com.mojang.blaze3d.opengl
Methods in com.mojang.blaze3d.opengl with parameters of type BlendFactor -
Uses of BlendFactor in com.mojang.blaze3d.pipeline
Fields in com.mojang.blaze3d.pipeline declared as BlendFactorModifier and TypeFieldDescriptionprivate final BlendFactorBlendEquation.destFactorThe field for thedestFactorrecord component.private final BlendFactorBlendEquation.sourceFactorThe field for thesourceFactorrecord component.Methods in com.mojang.blaze3d.pipeline that return BlendFactorModifier and TypeMethodDescriptionBlendEquation.destFactor()Returns the value of thedestFactorrecord component.BlendEquation.sourceFactor()Returns the value of thesourceFactorrecord component.Constructors in com.mojang.blaze3d.pipeline with parameters of type BlendFactorModifierConstructorDescriptionBlendEquation(BlendFactor sourceFactor, BlendFactor destFactor, BlendOp op) Creates an instance of aBlendEquationrecord class.BlendFunction(BlendFactor srcFactor, BlendFactor dstFactor) BlendFunction(BlendFactor srcColorFactor, BlendFactor dstColorFactor, BlendFactor srcAlphaFactor, BlendFactor dstAlphaFactor) BlendFunction(BlendFactor srcFactor, BlendFactor dstFactor, BlendOp op) BlendFunction(BlendFactor srcColorFactor, BlendFactor dstColorFactor, BlendOp colorOp, BlendFactor srcAlphaFactor, BlendFactor dstAlphaFactor, BlendOp alphaOp) -
Uses of BlendFactor in com.mojang.blaze3d.platform
Subclasses with type arguments of type BlendFactor in com.mojang.blaze3d.platformMethods in com.mojang.blaze3d.platform that return BlendFactorModifier and TypeMethodDescriptionstatic BlendFactorReturns the enum constant of this class with the specified name.static BlendFactor[]BlendFactor.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of BlendFactor in com.mojang.blaze3d.vulkan
Methods in com.mojang.blaze3d.vulkan with parameters of type BlendFactor