Skip to main content
Module

x/evt/lib/types/index.ts>dom.WebGLActiveInfo

💧EventEmitter's typesafe replacement
Go to Latest
interface dom.WebGLActiveInfo
import { type dom } from "https://deno.land/x/evt@v2.4.13/lib/types/index.ts";
const { WebGLActiveInfo } = dom;

Part of the WebGL API and represents the information returned by calling the WebGLRenderingContext.getActiveAttrib() and WebGLRenderingContext.getActiveUniform() methods.

Properties

readonly
name: string
readonly
size: GLint
readonly
type: GLenum