Skip to main content
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.4.6/src/renderers/webgl/types.ts";
definition: { position: WebGLBuffer; texture: WebGLTexture; coords: WebGLBuffer; }