WebGLShaderPrecisionFormat

Overview

The WebGLShaderPrecisionFormat interface is part of the WebGL API and represents the information returned by calling the WebGLRenderingContext.getShaderPrecisionFormat() method.

Location

Properties


precision

 

property precision: Double read;

 

Double precision { get; }

 

var precision: Double { get{} }

 

Double precision { __get; }

 

ReadOnly Property precision() As Double