Add Half to bindings (as typedef)

This commit is contained in:
Wojtek Figat
2025-04-12 22:09:32 +02:00
parent 59aed828f6
commit aea6f43519

View File

@@ -9,7 +9,7 @@
/// <summary>
/// Half-precision 16 bit floating point number consisting of a sign bit, a 5 bit biased exponent, and a 10 bit mantissa
/// </summary>
typedef uint16 Half;
API_TYPEDEF() typedef uint16 Half;
#define USE_SSE_HALF_CONVERSION 0