This website requires JavaScript.
Explore
Help
Sign In
godotengine
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced
2025-11-29 16:16:38 +00:00
Code
Releases
Wiki
Activity
Files
da8b9ba1ffc51d1b51a59142341dfa085f1e49d9
godot
/
drivers
/
vulkan
History
Alexander Hartmann
8e170248b3
Fix: Error output is not require,
VK_QUEUE_TRANSFER_BIT
is optional.
2024-11-19 03:01:07 +01: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
Disable extra memory tracking by default
2024-08-24 20:52:39 -03: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
Fix: Error output is not require,
VK_QUEUE_TRANSFER_BIT
is optional.
2024-11-19 03:01:07 +01:00
rendering_device_driver_vulkan.h
Merge pull request
#98883
from ducklin5/fix/VkResultError
2024-11-10 12:12:41 -06:00
SCsub
SCons: Add unobtrusive type hints in SCons files
2024-09-25 09:34:35 -05:00
vulkan_hooks.cpp
Finish splitting functionality of the Vulkan and D3D12 backends into RenderingDeviceDriver.
2024-02-12 10:02:18 -03:00
vulkan_hooks.h
Move Vulkan includes to a central godot_vulkan.h header
2024-09-29 17:53:18 +02:00