This website requires JavaScript.
Explore
Help
Sign In
northern-lighthouse
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
96fdaa616bac11f95d4c91e36cd9233c9456fb7d
godot
/
drivers
/
vulkan
History
Thaddeus Crews
c937b6d180
Merge pull request
#102419
from Ivorforce/std-size
...
Use `std::size` instead of `sizeof(a) / sizeof(a[0])` pattern throughout the codebase.
2025-03-07 15:12:25 -06:00
..
godot_vulkan.h
Move Vulkan includes to a central godot_vulkan.h header
2024-09-29 17:53:18 +02:00
rendering_context_driver_vulkan.cpp
Fix ubsan reported errors in rendering
2024-12-13 21:27:37 +01:00
rendering_context_driver_vulkan.h
Move Vulkan includes to a central godot_vulkan.h header
2024-09-29 17:53:18 +02:00
rendering_device_driver_vulkan.cpp
Merge pull request
#102419
from Ivorforce/std-size
2025-03-07 15:12:25 -06:00
rendering_device_driver_vulkan.h
Implement Buffer Device Address for Rendering Device Vulkan and DirectX12
2025-01-13 22:43:29 -08:00
SCsub
SCons: Add unobtrusive type hints in SCons files
2024-09-25 09:34:35 -05:00
vulkan_hooks.cpp
…
vulkan_hooks.h
Move Vulkan includes to a central godot_vulkan.h header
2024-09-29 17:53:18 +02:00