#include"SDL3/SDL.h"typedefenumSDL_RendererLogicalPresentation{SDL_LOGICAL_PRESENTATION_DISABLED,/**<Thereisnologicalsizeineffect*/SDL_LOGICAL_PRESENTATION_STRETCH,/**<Therenderedcontentisstretchedtotheoutputresolution*/SDL_LOGICAL_PRESENTATION_LETTERBOX,/**<Therenderedcontentisfittothelargestdimensionandtheotherdimensionisletterboxedwithblackbars*/SDL_LOGICAL_PRESENTATION_OVERSCAN,/**<Therenderedcontentisfittothesmallestdimensionandtheotherdimensionextendsbeyondtheoutputbounds*/SDL_LOGICAL_PRESENTATION_INTEGER_SCALE/**<Therenderedcontentisscaledupbyintegermultiplestofittheoutputresolution*/}SDL_RendererLogicalPresentation;