vulkan: Support MemPtr as import for compute

This commit is contained in:
columbarius 2024-01-28 01:44:46 +01:00 committed by Wim Taymans
parent 7ffd8ff4de
commit 3f80bc2e70
2 changed files with 49 additions and 2 deletions

View file

@ -56,6 +56,7 @@ struct vulkan_compute_state {
VkCommandPool commandPool;
VkCommandBuffer commandBuffer;
struct vulkan_staging_buffer staging_buffer;
VkFence fence;
VkSemaphore pipelineSemaphore;