Source position: PasVulkan.Canvas.pas line 98
type TpvCanvasBlendingMode = (
None = 0,
NoDiscard = 1,
AlphaBlending = 2,
AdditiveBlending = 3,
OnlyDepth = 4
);