ShaderPrecisionFormat
Assembly: ZennoLab.CommandCenter
Full name: ZennoLab.CommandCenter.ShaderPrecisionFormat
Represents a shader precision format item
Constructor
ShaderPrecisionFormat()
Method
ShaderPrecisionFormat constructor
Parameters
| Параметр | Описание |
|---|---|
precision | |
rangeMin | |
rangeMax |
Properties
Precision
Property
The number of bits of precision that can be represented. For integer formats this value is always 0
RangeMin
Property
The base 2 log of the absolute value of the minimum value that can be represented.
RangeMax
Property
The base 2 log of the absolute value of the maximum value that can be represented.