mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Set clang-format RemoveSemicolon
rule to true
- Set clang-format `Standard` rule to `c++20`
This commit is contained in:
parent
6732a0fd86
commit
0d350e7108
167 changed files with 466 additions and 465 deletions
|
@ -160,11 +160,11 @@ void OpenXRInterface::_bind_methods() {
|
|||
|
||||
StringName OpenXRInterface::get_name() const {
|
||||
return StringName("OpenXR");
|
||||
};
|
||||
}
|
||||
|
||||
uint32_t OpenXRInterface::get_capabilities() const {
|
||||
return XRInterface::XR_VR + XRInterface::XR_STEREO;
|
||||
};
|
||||
}
|
||||
|
||||
PackedStringArray OpenXRInterface::get_suggested_tracker_names() const {
|
||||
// These are hardcoded in OpenXR, note that they will only be available if added to our action map
|
||||
|
@ -611,7 +611,7 @@ bool OpenXRInterface::initialize_on_startup() const {
|
|||
|
||||
bool OpenXRInterface::is_initialized() const {
|
||||
return initialized;
|
||||
};
|
||||
}
|
||||
|
||||
bool OpenXRInterface::initialize() {
|
||||
XRServer *xr_server = XRServer::get_singleton();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue