Table of Contents

Enum ScaleMode

Namespace
Sdl3Sharp.Video
Assembly
Sdl3Sharp.dll

Represents a scale mode for Surface and rendering operations

public enum ScaleMode

Fields

Invalid = -1

An invalid scale mode

Linear = 1

Linear filtering

Nearest = 0

Nearest pixel sampling

PixelArt = 2

Nearest pixel sampling with improved scaling for pixel art