Skip to main content
Module

x/caviar/deps.ts>WebGLRenderingContext#getProgramParameter

⚡ Blazing fast, modern, Game Engine powered by WebGPU for Deno and the browser
Latest
method WebGLRenderingContext.prototype.getProgramParameter
import { WebGLRenderingContext } from "https://deno.land/x/caviar@2.6.7/deps.ts";

Return the value for the passed pname given the passed program. The type returned is the natural type for the requested pname.

Parameters

program: WebGLProgram
pname: number