Rémi Verschelde
|
f8ab79e68a
|
Zero initialize all pointer class and struct members
This prevents the pitfall of UB when checking if they have been
assigned something valid by comparing to nullptr.
|
2022-04-04 19:49:50 +02:00 |
|
Bastiaan Olij
|
9b7b9de0e5
|
Add action map editor for OpenXR
|
2022-04-04 18:43:29 +10:00 |
|
Bastiaan Olij
|
8f035b2ab4
|
Fix color issues with OpenXR
|
2022-02-28 13:02:03 +11:00 |
|
Bastiaan Olij
|
1f1b786a36
|
Use VK_NULL_HANDLE when initializing XrSwapchainImageVulkanKHR
|
2022-02-27 21:13:02 +11:00 |
|
Gilles Roudière
|
f045c97218
|
Fix llvm compilation by adding missing override
|
2022-02-23 18:07:02 +01:00 |
|
Bastiaan Olij
|
a78a9fee71
|
Implementing OpenXR driver
|
2022-02-23 12:02:24 +01:00 |
|