mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Cleanup OpenXR on initialisation failure
This commit is contained in:
parent
d250f12243
commit
c78876f977
5 changed files with 25 additions and 28 deletions
|
@ -234,8 +234,8 @@ public:
|
|||
|
||||
bool is_initialized();
|
||||
bool is_running();
|
||||
bool initialise(const String &p_rendering_driver);
|
||||
bool initialise_session();
|
||||
bool initialize(const String &p_rendering_driver);
|
||||
bool initialize_session();
|
||||
void finish();
|
||||
|
||||
XrTime get_next_frame_time() { return frame_state.predictedDisplayTime + frame_state.predictedDisplayPeriod; };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue