ScaleMode

D enum that wraps SDL_ScaleMode in specifying mode of texture scaling

Values

ValueMeaning
nearestSDL_ScaleModeNearest

Wraps SDL_ScaleMode* enumeration constants

linearSDL_ScaleModeLinear

ditto

bestSDL_ScaleModeBest

ditto

Meta