Implementing OpenXR driver
This commit is contained in:
parent
65bae5a341
commit
a78a9fee71
53 changed files with 6359 additions and 168 deletions
|
|
@ -1963,6 +1963,10 @@ Error Main::setup2(Thread::ID p_main_tid_override) {
|
|||
return OK;
|
||||
}
|
||||
|
||||
String Main::get_rendering_driver_name() {
|
||||
return rendering_driver;
|
||||
}
|
||||
|
||||
// everything the main loop needs to know about frame timings
|
||||
static MainTimerSync main_timer_sync;
|
||||
|
||||
|
|
|
|||
|
|
@ -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