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

x/yxz/typing/lib.dom.ts>WebGLShader

Deno Standard Extensions
Go to Latest
interface WebGLShader
import { type WebGLShader } from "https://deno.land/x/yxz@0.17.0/typing/lib.dom.ts";

The WebGLShader is part of the WebGL API and can either be a vertex or a fragment shader. A WebGLProgram requires both types of shaders.