godot/drivers/vulkan
Dario 0d7deca4e2 Add buffer_copy method to RenderingDevice interface and an implementation for the Vulkan driver.
Direct buffer copies are required to perform certain operations more efficiently, as the only current alternative is to download the buffer to the CPU and upload it again. As the first use case, the new function is used when enabling motion vectors on multimeshes.
2023-08-12 09:38:39 -03:00
..
rendering_device_vulkan.cpp Add buffer_copy method to RenderingDevice interface and an implementation for the Vulkan driver. 2023-08-12 09:38:39 -03:00
rendering_device_vulkan.h Add buffer_copy method to RenderingDevice interface and an implementation for the Vulkan driver. 2023-08-12 09:38:39 -03:00
SCsub
vulkan_context.cpp Fix validation layer warnings 2023-07-30 17:07:27 -03:00
vulkan_context.h
vulkan_hooks.h