interface WebGLUniformLocationimport { type WebGLUniformLocation } from "https://deno.land/x/evt@v2.4.20/lib/types/lib.dom.ts"; Part of the WebGL API and represents the location of a uniform variable in a shader program.