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>TextureAccess

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

Members

STATIC = 0
STREAMING = 1
TARGET = 2