mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Implementing OpenXR driver
This commit is contained in:
parent
65bae5a341
commit
a78a9fee71
53 changed files with 6359 additions and 168 deletions
|
|
@ -49,6 +49,7 @@ public:
|
|||
static int test_entrypoint(int argc, char *argv[], bool &tests_need_run);
|
||||
static Error setup(const char *execpath, int argc, char *argv[], bool p_second_phase = true);
|
||||
static Error setup2(Thread::ID p_main_tid_override = 0);
|
||||
static String get_rendering_driver_name();
|
||||
#ifdef TESTS_ENABLED
|
||||
static Error test_setup();
|
||||
static void test_cleanup();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue