| SDL_ReleaseWindowFromGPUDevice(3) | SDL3 FUNCTIONS | SDL_ReleaseWindowFromGPUDevice(3) |
SDL_ReleaseWindowFromGPUDevice - Unclaims a window, destroying its swapchain structure.
Defined in SDL3/SDL_gpu.h
#include "SDL3/SDL.h"
void SDL_ReleaseWindowFromGPUDevice(
SDL_GPUDevice *device,
SDL_Window *window);
This function is available since SDL 3.2.0.
| SDL 3.2.10 | Simple Directmedia Layer |