Enum ScaleMode

D enum that wraps SDL_ScaleMode in specifying mode of texture scaling

enum ScaleMode : int { ... }

Enum members

NameDescription
best Wraps SDL_ScaleMode* enumeration constants
linear Wraps SDL_ScaleMode* enumeration constants
nearest Wraps SDL_ScaleMode* enumeration constants