Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/sdl_ts/src/SDL/enums.ts>ScaleMode

SDL TypeScript bindings.
Go to Latest
enum ScaleMode
import { ScaleMode } from "https://deno.land/x/sdl_ts@0.0.4/src/SDL/enums.ts";

Members

Best = 2
Linear = 1
Nearest = 0