Functions
gulkan_queue_get_command_pool ()
VkCommandPool
gulkan_queue_get_command_pool (GulkanQueue *self
);
Returns
the VkCommandPool.
[transfer none]
gulkan_queue_supports_surface ()
gboolean
gulkan_queue_supports_surface (GulkanQueue *self
,
VkSurfaceKHR surface
);
gulkan_queue_get_family_index ()
uint32_t
gulkan_queue_get_family_index (GulkanQueue *self
);
gulkan_queue_get_handle ()
VkQueue
gulkan_queue_get_handle (GulkanQueue *self
);
Returns
the VkQueue.
[transfer none]
gulkan_queue_get_pool_mutex ()
GMutex *
gulkan_queue_get_pool_mutex (GulkanQueue *self
);
Returns
the pool GMutex.
[transfer none]