You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Adding support for the OpenXR futures extension
This commit is contained in:
@@ -50,6 +50,11 @@
|
||||
// for more information.
|
||||
|
||||
class OpenXRHandInteractionExtension : public OpenXRExtensionWrapper {
|
||||
GDCLASS(OpenXRHandInteractionExtension, OpenXRExtensionWrapper);
|
||||
|
||||
protected:
|
||||
static void _bind_methods() {}
|
||||
|
||||
public:
|
||||
static OpenXRHandInteractionExtension *get_singleton();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user