Skip to main content
Module

x/evt/lib/types/lib.dom.ts>WebGLShaderPrecisionFormat

💧EventEmitter's typesafe replacement
Go to Latest
interface WebGLShaderPrecisionFormat
import { type WebGLShaderPrecisionFormat } from "https://deno.land/x/evt@v2.4.3/lib/types/lib.dom.ts";

Part of the WebGL API and represents the information returned by calling the WebGLRenderingContext.getShaderPrecisionFormat() method.

Properties

readonly
precision: GLint
readonly
rangeMax: GLint
readonly
rangeMin: GLint