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

x/gluten/src/webgl/renderingContext.ts>WebGLRenderingContext#getProgramInfoLog

OpenGL bindings & WebGL API implementation for Deno.
Latest
method WebGLRenderingContext.prototype.getProgramInfoLog
import { WebGLRenderingContext } from "https://deno.land/x/gluten@0.1.7/src/webgl/renderingContext.ts";

If program was generated by a different WebGLRenderingContext than this one, generates an INVALID_OPERATION error. Returns null if any OpenGL errors are generated during the execution of this function.

Parameters

program: WebGLProgram