Constant SDL_GPU_BLENDOP_REVERSE_SUBTRACT

pub const SDL_GPU_BLENDOP_REVERSE_SUBTRACT: SDL_GPUBlendOp;
Available on crate feature dep_sdl3 only.
Expand description

(destination * destination_factor) - (source * source_factor)