mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +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
|
|
@ -47,6 +47,11 @@
|
|||
// https://registry.khronos.org/OpenXR/specs/1.0/html/xrspec.html#XR_KHR_visibility_mask
|
||||
|
||||
class OpenXRVisibilityMaskExtension : public OpenXRExtensionWrapper {
|
||||
GDCLASS(OpenXRVisibilityMaskExtension, OpenXRExtensionWrapper);
|
||||
|
||||
protected:
|
||||
static void _bind_methods() {}
|
||||
|
||||
public:
|
||||
static OpenXRVisibilityMaskExtension *get_singleton();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue