summaryrefslogtreecommitdiffstats
path: root/tests/data/floating_point_big_endian.bin
Commit message (Collapse)AuthorAgeFilesLines
* Add half precision floating point support to `StreamPeer`Pablo Andres Fuente2024-11-121-0/+1
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>