Skip to main content
Module

x/gluten/mod.ts>WebGLRenderingContext#getProgramInfoLog

OpenGL bindings & WebGL API implementation for Deno.
Go to Latest
method WebGLRenderingContext.prototype.getProgramInfoLog
import { WebGLRenderingContext } from "https://deno.land/x/gluten@0.1.6/mod.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.