Skip to main content
Module

x/caviar/deps.ts>MapParamType

⚡ Blazing fast, modern, Game Engine powered by WebGPU for Deno and the browser
Go to Latest
type alias MapParamType
import { type MapParamType } from "https://deno.land/x/caviar@2.2.1/deps.ts";
definition: T extends "pointer" ? (
| null
| Uint8Array
| Uint8ClampedArray
| Int8Array
| Uint16Array
| Int16Array
| Float32Array
| Float64Array
| Uint32Array
| Int32Array
| BigUint64Array
| BigInt64Array
) : MapType<T>