You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-04 17:04:49 +00:00
Adding support for the OpenXR futures extension
This commit is contained in:
@@ -46,6 +46,11 @@
|
||||
#include "openxr_fb_update_swapchain_extension.h"
|
||||
|
||||
class OpenXRFBFoveationExtension : public OpenXRExtensionWrapper {
|
||||
GDCLASS(OpenXRFBFoveationExtension, OpenXRExtensionWrapper);
|
||||
|
||||
protected:
|
||||
static void _bind_methods() {}
|
||||
|
||||
public:
|
||||
static OpenXRFBFoveationExtension *get_singleton();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user