RenderTargetBlendState

struct in UnityEngine.Rendering

Switch to Manual

Description

Values for the blend state.

Static Variables

defaultValueDefault values for the blend state.

Variables

alphaBlendOperationOperation used for blending the alpha (A) channel.
colorBlendOperationOperation used for blending the color (RGB) channel.
destinationAlphaBlendModeBlend factor used for the alpha (A) channel of the destination.
destinationColorBlendModeBlend factor used for the color (RGB) channel of the destination.
sourceAlphaBlendModeBlend factor used for the alpha (A) channel of the source.
sourceColorBlendModeBlend factor used for the color (RGB) channel of the source.
writeMaskSpecifies which color components will get written into the target framebuffer.

Constructors

RenderTargetBlendStateCreates a new blend state with the given values.