Ensure OpenXR classes are declared properly
Co-authored-by: Bastiaan Olij <mux213@gmail.com>
(cherry picked from commit c23bd8b143)
This commit is contained in:
committed by
Yuri Sizov
parent
18f69e9ee1
commit
d5c246bbd3
@ -52,7 +52,7 @@ class XRInterface : public RefCounted {
|
||||
GDCLASS(XRInterface, RefCounted);
|
||||
|
||||
public:
|
||||
enum Capabilities { /* purely meta data, provides some info about what this interface supports */
|
||||
enum Capabilities { /* purely metadata, provides some info about what this interface supports */
|
||||
XR_NONE = 0, /* no capabilities */
|
||||
XR_MONO = 1, /* can be used with mono output */
|
||||
XR_STEREO = 2, /* can be used with stereo output */
|
||||
|
||||
Reference in New Issue
Block a user