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

x/caviar/src/renderers/webgl/types.ts>ImageBuffers

⚡ Blazing fast, modern, Game Engine powered by WebGPU for Deno and the browser
Go to Latest
type alias ImageBuffers
import { type ImageBuffers } from "https://deno.land/x/caviar@2.1.8/src/renderers/webgl/types.ts";
definition: { position: WebGLBuffer; texture: WebGLTexture; coords: WebGLBuffer; }