-
zero
→ const GPUBlendFactor
-
const GPUBlendFactor('zero')
-
one
→ const GPUBlendFactor
-
const GPUBlendFactor('one')
-
src
→ const GPUBlendFactor
-
const GPUBlendFactor('src')
-
oneMinusSrc
→ const GPUBlendFactor
-
const GPUBlendFactor('one-minus-src')
-
srcAlpha
→ const GPUBlendFactor
-
const GPUBlendFactor('src-alpha')
-
oneMinusSrcAlpha
→ const GPUBlendFactor
-
const GPUBlendFactor('one-minus-src-alpha')
-
dst
→ const GPUBlendFactor
-
const GPUBlendFactor('dst')
-
oneMinusDst
→ const GPUBlendFactor
-
const GPUBlendFactor('one-minus-dst')
-
dstAlpha
→ const GPUBlendFactor
-
const GPUBlendFactor('dst-alpha')
-
oneMinusDstAlpha
→ const GPUBlendFactor
-
const GPUBlendFactor('one-minus-dst-alpha')
-
srcAlphaSaturated
→ const GPUBlendFactor
-
const GPUBlendFactor('src-alpha-saturated')
-
constant
→ const GPUBlendFactor
-
const GPUBlendFactor('constant')
-
oneMinusConstant
→ const GPUBlendFactor
-
const GPUBlendFactor('one-minus-constant')