Skip to main content
Module

x/sdl_ts/mod.ts>SDL.ScaleMode

SDL TypeScript bindings.
Go to Latest
enum SDL.ScaleMode
Re-export
import { SDL } from "https://deno.land/x/sdl_ts@0.0.4/mod.ts";
const { ScaleMode } = SDL;

Members

Best = 2
Linear = 1
Nearest = 0