Constructor
new UnpackFloatNode( encoding : 'snorm' | 'unorm' | 'float16', uintNode : Node )
| encoding |
The numeric encoding that describes how the integer values are mapped to the float range |
| uintNode |
The uint node to be unpacked |
Properties
.encoding : string
The numeric encoding.
.isUnpackFloatNode : boolean (readonly)
This flag can be used for type testing.
Default is true.