44d62a9f4b
* 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. |
||
---|---|---|
.. | ||
extension_api_dump.cpp | ||
extension_api_dump.h | ||
gdnative_interface.cpp | ||
gdnative_interface.h | ||
native_extension.cpp | ||
native_extension.h | ||
native_extension_manager.cpp | ||
native_extension_manager.h | ||
SCsub |