Enum deno_webgpu::pipeline::GpuBlendFactor[][src]

pub enum GpuBlendFactor {
Show 13 variants Zero, One, Src, OneMinusSrc, SrcAlpha, OneMinusSrcAlpha, Dst, OneMinusDst, DstAlpha, OneMinusDstAlpha, SrcAlphaSaturated, Constant, OneMinusConstant,
}

Variants

Zero

One

Src

OneMinusSrc

SrcAlpha

OneMinusSrcAlpha

Dst

OneMinusDst

DstAlpha

OneMinusDstAlpha

SrcAlphaSaturated

Constant

OneMinusConstant

Trait Implementations

Deserialize this value from the given Serde deserializer. Read more

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.