Float16
16-bit float number.
Read time 1 minuteLast updated 4 days ago
Definition
- Type: Field
- Namespace: UnityEngine.Rendering
- Assembly: UnityEngine.CoreModule
Float16 = 1
Remarks
This format matches the "FP16" or "half" data type in graphics APIs or shader languages. It is a floating-point number with 1 sign bit, 5 exponent bits, and 10 explicitly stored significand bits.