Skip to main content
Module

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

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

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