GodotVR / godot_openxr_vendors

Godot 4 wrapper for OpenXR vendors loaders and extensions
MIT License
83 stars 17 forks source link

[2.x] Code cleanup for the export logic #118

Closed m4gr3d closed 3 months ago

m4gr3d commented 3 months ago

Update the export logic so that export plugin objects are handed through references instead of using memnew and memfree

(cherry picked from https://github.com/GodotVR/godot_openxr_vendors/pull/80 commit e946c3a7c4d4cf82ebb7825ca83cca5ee33b4d64)

Fixes https://github.com/GodotVR/godot_openxr_vendors/issues/67 for the 2.x branch