webgl.ShaderPrecisionFormat

ShaderPrecisionFormat

package js-html-webgl

Available on js

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

Documentation WebGLShaderPrecisionFormat by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See:

Variables

read only precision:Int

The number of bits of precision that can be represented. For integer formats this value is always 0.

read only rangeMax:Int

The base 2 log of the absolute value of the maximum value that can be represented.

read only rangeMin:Int

The base 2 log of the absolute value of the minimum value that can be represented.

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/webgl/ShaderPrecisionFormat.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部