diff options
author | Pablo Andres Fuente <pfuente@heroku.com> | 2024-10-01 23:41:13 -0300 |
---|---|---|
committer | Pablo Andres Fuente <pablo.andres.fuente@gmail.com> | 2024-11-12 08:46:52 -0300 |
commit | eb86670f94ef505e9b4adc37bc0948a3a5588ed8 (patch) | |
tree | 5daa03dd78b80c77820e7e9ae203f909d02e9dab /tests/data/half_precision_floating_point_little_endian.bin | |
parent | ec6a1c0e792ac8be44990749800a4654a293b9ee (diff) | |
download | redot-engine-eb86670f94ef505e9b4adc37bc0948a3a5588ed8.tar.gz |
Add half precision floating point support to `StreamPeer`
Closes godotengine/godot-proposals#5983
Adds put/get methods to `StreamPeer` that handles half precision
floating point values.
Adds endode/decode half precision floating point to `marshalls`.
Adds `get_half` and `store_half` to `FileAccess`
Co-Authored-By: "Alfonso J. Ramos" <theraot@gmail.com>
Diffstat (limited to 'tests/data/half_precision_floating_point_little_endian.bin')
-rw-r--r-- | tests/data/half_precision_floating_point_little_endian.bin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/data/half_precision_floating_point_little_endian.bin b/tests/data/half_precision_floating_point_little_endian.bin new file mode 100644 index 0000000000..4f748ab1e9 --- /dev/null +++ b/tests/data/half_precision_floating_point_little_endian.bin @@ -0,0 +1 @@ +U5
\ No newline at end of file |