mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 23:43:34 +00:00
starting merge
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
static void VulkanInitCommandList(VulkanCommandPool* pool, PulseCommandList cmd)
|
||||
{
|
||||
PULSE_CHECK_PTR(pool);
|
||||
PULSE_CHECK_PTR(cmd);
|
||||
PULSE_CHECK_HANDLE(cmd);
|
||||
|
||||
VulkanDevice* vulkan_device = VULKAN_RETRIEVE_DRIVER_DATA_AS(pool->device, VulkanDevice*);
|
||||
VulkanCommandList* vulkan_cmd = VULKAN_RETRIEVE_DRIVER_DATA_AS(cmd, VulkanCommandList*);
|
||||
|
||||
Reference in New Issue
Block a user