Table of Contents

Enum RendererLogicalPresentation

Namespace
Sdl3Sharp.Video.Rendering
Assembly
Sdl3Sharp.dll

Represents how the logical size is mapped to the output resolution

public enum RendererLogicalPresentation

Fields

Disabled = 0

No logical sizing is applied

IntegerScale = 4

The rendered content is scaled up by integer multiples to fit the output resolution

Letterbox = 2

The rendered content is fit to the largest dimension and the other dimension is letterboxed with the clear color

Overscan = 3

The rendered content is fit the smallest dimension and the other dimension extends beyond the output bounds

Stretch = 1

The rendered content is stretched to the output resolution