Skip to main content
Module

x/sdl2/mod.ts>TextureQuery

SDL2 module for Deno
Latest
interface TextureQuery
import { type TextureQuery } from "https://deno.land/x/sdl2@0.9.0/mod.ts";

An interface that contains information about a texture.

Properties

format: number
w: number
h: number