Constant SDL_GPU_STOREOP_RESOLVE
pub const SDL_GPU_STOREOP_RESOLVE: SDL_GPUStoreOp;
Available on crate feature
dep_sdl3
only.Expand description
The multisample contents generated during the render pass will be resolved to a non-multisample texture. The contents in the multisample texture may then be discarded and will be undefined.