Get the YUV conversion mode, returning the correct mode for the resolution when the current conversion mode is SDL_YUV_CONVERSION_AUTOMATIC
SDL_YUV_CONVERSION_MODE SDL_GetYUVConversionModeForResolution(int width, int height);
Returns YUV conversion mode
This function is available since SDL 3.0.0.
CategoryAPI