Uses of Enum Class
com.mojang.renderpearl.api.pipeline.BlendFactor
Packages that use BlendFactor
Package
Description
-
Uses of BlendFactor in com.mojang.renderpearl.api.pipeline
Subclasses with type arguments of type BlendFactor in com.mojang.renderpearl.api.pipelineFields in com.mojang.renderpearl.api.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.renderpearl.api.pipeline that return BlendFactorModifier and TypeMethodDescriptionBlendEquation.destFactor()Returns the value of thedestFactorrecord component.BlendEquation.sourceFactor()Returns the value of thesourceFactorrecord component.static 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.Constructors in com.mojang.renderpearl.api.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.renderpearl.backend.opengl
Methods in com.mojang.renderpearl.backend.opengl with parameters of type BlendFactor -
Uses of BlendFactor in com.mojang.renderpearl.backend.vulkan
Methods in com.mojang.renderpearl.backend.vulkan with parameters of type BlendFactor