mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 23:43:34 +00:00
adding command list Vulkan support
This commit is contained in:
@@ -24,6 +24,7 @@ struct VulkanQueue;
|
||||
typedef struct VulkanDevice
|
||||
{
|
||||
VulkanCommandPool* cmd_pools;
|
||||
uint32_t cmd_pools_size;
|
||||
|
||||
struct VulkanQueue* queues[VULKAN_QUEUE_END_ENUM];
|
||||
|
||||
@@ -43,6 +44,7 @@ typedef struct VulkanDevice
|
||||
|
||||
PulseDevice VulkanCreateDevice(PulseBackend backend, PulseDevice* forbiden_devices, uint32_t forbiden_devices_count);
|
||||
void VulkanDestroyDevice(PulseDevice device);
|
||||
VulkanCommandPool* VulkanRequestCmdPoolFromDevice(PulseDevice device, VulkanQueueType queue_type);
|
||||
|
||||
#endif // PULSE_VULKAN_DEVICE_H_
|
||||
|
||||
|
||||
Reference in New Issue
Block a user