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

x/ogone/src/ogone.dom.d.ts>WebGLActiveInfo

Advanced Web Composition for Future
Latest
interface WebGLActiveInfo
import { type WebGLActiveInfo } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.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