Lukas Tenbrink
|
4cb8a0c77e
|
Add resize_initialized and resize_uninitialized to Vector. These functions serve as replacements for resize, to make sure the caller understands whether elements need to be initialized 'by hand' after the call.
|
2025-05-26 18:35:41 +02:00 |
|
A Thousand Ships
|
a1846b27ea
|
Improve use of Ref.is_null/valid
Use `is_null` over `!is_valid` and vice versa.
|
2024-12-23 16:35:02 -05:00 |
|
Yufeng Ying
|
33817b186f
|
Remove unused header in drivers and modules.
Co-authored-by: Thaddeus Crews <repiteo@outlook.com>
|
2024-12-24 00:40:47 +08:00 |
|
Bastiaan Olij
|
65bb72261b
|
OpenXR: Make sure wedge on DPad modifier is expressed in degrees.
|
2024-12-21 20:59:24 +11:00 |
|
Bastiaan Olij
|
0a61ebdcea
|
OpenXR: Add support for binding modifiers
|
2024-12-12 09:46:19 +11:00 |
|