Get the pixel format associated with the window.
Defined in SDL_video.h
Uint32 SDL_GetWindowPixelFormat(SDL_Window * window);
SDL_Window * | window | the window to query. |
(Uint32) Returns the pixel format of the window on success or SDL_PIXELFORMAT_UNKNOWN on failure; call SDL_GetError() for more information.
This function is available since SDL 2.0.0.