mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
Adding support for the OpenXR futures extension
This commit is contained in:
parent
28102e6682
commit
d6312188d7
42 changed files with 987 additions and 366 deletions
|
|
@ -33,6 +33,11 @@
|
|||
#include "openxr_extension_wrapper.h"
|
||||
|
||||
class OpenXRPicoControllerExtension : public OpenXRExtensionWrapper {
|
||||
GDCLASS(OpenXRPicoControllerExtension, OpenXRExtensionWrapper);
|
||||
|
||||
protected:
|
||||
static void _bind_methods() {}
|
||||
|
||||
public:
|
||||
virtual HashMap<String, bool *> get_requested_extensions() override;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue