N E W
This node represents an operation that unpacks values from a 32-bit unsigned integer, reinterpreting the results as a floating-point vector
Constructor
new UnpackFloatNode(encoding, uintNode)| Parameter | Type | Default Value |
|---|---|---|
| encoding | "snorm" | "unorm" | "float16" | — |
| uintNode | Node | — |
| Accessor | Type | Modifiers |
|---|---|---|
| get type | string | static |
| Method | Type | Modifiers |
|---|---|---|
| getNodeType | () => string | — |
| generate | (builder: any) => string | — |
Extends
TempNodeN E W
| Parameter | Type | Default Value |
|---|---|---|
| value | Node<uint> | — |
Returns
NodeN E W
| Parameter | Type | Default Value |
|---|---|---|
| value | Node<uint> | — |
Returns
NodeN E W
| Parameter | Type | Default Value |
|---|---|---|
| value | Node<uint> | — |
Returns
Node