mirror of
https://github.com/godotengine/godot.git
synced 2025-02-05 21:41:47 +08:00
* Allows calling into native extensions directly with a pointer * Makes it easier to implement some APIs more efficiently * Appears with a "*" in the documentation for the argument. * Implementing the pointer handling is entirely up to the implementation, although the extension API provides some hint. * AudioStream has been implemented as an example, allowing to create NativeExtension based AudioStreams. |
||
---|---|---|
.. | ||
audio_stream_player.cpp | ||
audio_stream_player.h | ||
SCsub |