Skip to main content
Module

x/gluten/mod.ts>WebGLRenderingContext#linkProgram

OpenGL bindings & WebGL API implementation for Deno.
Go to Latest
method WebGLRenderingContext.prototype.linkProgram
import { WebGLRenderingContext } from "https://deno.land/x/gluten@0.1.6/mod.ts";

Links a given WebGLProgram, completing the process of preparing the GPU code for the program's fragment and vertex shaders.