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

x/ogone/src/ogone.dom.d.ts>WebGLShaderPrecisionFormat

Advanced Web Composition for Future
Latest
interface WebGLShaderPrecisionFormat
import { type WebGLShaderPrecisionFormat } from "https://deno.land/x/ogone@revb3/src/ogone.dom.d.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