godotengine / godot-cpp

C++ bindings for the Godot script API
MIT License
1.7k stars 525 forks source link

Core: Change BitField internal value to `uint64_t` #1517

Open Repiteo opened 2 months ago

Repiteo commented 2 months ago

Discussed at the GDExtension meeting.

This aims to reduce ambiguity in how bitfields are expected to be handled, without actually altering any existing bindings.