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)
pub const SDL_GPU_BLENDOP_REVERSE_SUBTRACT: SDL_GPUBlendOp;
dep_sdl3
only.(destination * destination_factor) - (source * source_factor)