Uses of Record Class
com.mojang.renderpearl.api.pipeline.BlendFunction
Packages that use BlendFunction
-
Uses of BlendFunction in com.mojang.renderpearl.api.pipeline
Fields in com.mojang.renderpearl.api.pipeline declared as BlendFunctionModifier and TypeFieldDescriptionstatic final BlendFunctionBlendFunction.ADDITIVEstatic final BlendFunctionBlendFunction.ENTITY_OUTLINE_BLITstatic final BlendFunctionBlendFunction.GLINTstatic final BlendFunctionBlendFunction.INVERTstatic final BlendFunctionBlendFunction.LIGHTNINGstatic final BlendFunctionBlendFunction.MAXstatic final BlendFunctionBlendFunction.OVERLAYstatic final BlendFunctionBlendFunction.TRANSLUCENTstatic final BlendFunctionBlendFunction.TRANSLUCENT_PREMULTIPLIED_ALPHAFields in com.mojang.renderpearl.api.pipeline with type parameters of type BlendFunctionModifier and TypeFieldDescriptionprivate final Optional<BlendFunction> ColorTargetState.blendFunctionThe field for theblendFunctionrecord component.Methods in com.mojang.renderpearl.api.pipeline that return types with arguments of type BlendFunctionModifier and TypeMethodDescriptionColorTargetState.blendFunction()Returns the value of theblendFunctionrecord component.Constructors in com.mojang.renderpearl.api.pipeline with parameters of type BlendFunctionConstructor parameters in com.mojang.renderpearl.api.pipeline with type arguments of type BlendFunctionModifierConstructorDescriptionColorTargetState(Optional<BlendFunction> blendFunction, GpuFormat format, int writeMask) Creates an instance of aColorTargetStaterecord class. -
Uses of BlendFunction in com.mojang.renderpearl.backend.vulkan
Methods in com.mojang.renderpearl.backend.vulkan with parameters of type BlendFunctionModifier and TypeMethodDescriptionprivate static voidVulkanRenderPipeline.applyBlendInformation(org.lwjgl.vulkan.VkPipelineColorBlendAttachmentState.Buffer blendAttachments, BlendFunction blendFunction)