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