Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add half precision floating point support to `StreamPeer` | Pablo Andres Fuente | 2024-11-12 | 1 | -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> |