godot icon indicating copy to clipboard operation
godot copied to clipboard

Add half precision floating point support to `StreamPeer`

Open pafuent opened this issue 5 months ago • 1 comments

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.

This PR is rebase into master of #78872. Also I added unit tests to it.

pafuent avatar Oct 02 '24 03:10 pafuent