Constant SDL_GPU_BLENDOP_SUBTRACT
pub const SDL_GPU_BLENDOP_SUBTRACT: SDL_GPUBlendOp;
Available on crate feature
dep_sdl3
only.Expand description
(source * source_factor) - (destination * destination_factor)
pub const SDL_GPU_BLENDOP_SUBTRACT: SDL_GPUBlendOp;
dep_sdl3
only.(source * source_factor) - (destination * destination_factor)