Skip to main content
Module

x/sdl2/mod.ts>TextureAccess

SDL2 module for Deno
Go to Latest
enum TextureAccess
import { TextureAccess } from "https://deno.land/x/sdl2@0.6.0/mod.ts";

An enumeration of texture access patterns.

Members

Static = 0
Streaming = 1
Target = 2