Uses of Enum Class
com.mojang.renderpearl.api.pipeline.BlendOp
Packages that use BlendOp
Package
Description
-
Uses of BlendOp in com.mojang.renderpearl.api.pipeline
Subclasses with type arguments of type BlendOp in com.mojang.renderpearl.api.pipelineFields in com.mojang.renderpearl.api.pipeline declared as BlendOpModifier and TypeFieldDescriptionprivate final BlendOpBlendEquation.opThe field for theoprecord component.Methods in com.mojang.renderpearl.api.pipeline that return BlendOpModifier and TypeMethodDescriptionBlendEquation.op()Returns the value of theoprecord component.static BlendOpReturns the enum constant of this class with the specified name.static BlendOp[]BlendOp.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 BlendOpModifierConstructorDescriptionBlendEquation(BlendFactor sourceFactor, BlendFactor destFactor, BlendOp op) Creates an instance of aBlendEquationrecord class.BlendFunction(BlendFactor srcFactor, BlendFactor dstFactor, BlendOp op) BlendFunction(BlendFactor srcColorFactor, BlendFactor dstColorFactor, BlendOp colorOp, BlendFactor srcAlphaFactor, BlendFactor dstAlphaFactor, BlendOp alphaOp) -
Uses of BlendOp in com.mojang.renderpearl.backend.opengl
Methods in com.mojang.renderpearl.backend.opengl with parameters of type BlendOp -
Uses of BlendOp in com.mojang.renderpearl.backend.vulkan
Methods in com.mojang.renderpearl.backend.vulkan with parameters of type BlendOp