KDGpu::VulkanQueue
Module: Vulkan
VulkanQueue.
#include <vulkan_queue.h>
Public Functions
Public Attributes
Public Functions Documentation
function VulkanQueue
| explicit VulkanQueue(
VkQueue _queue,
VulkanResourceManager * _vulkanResourceManager
)
|
function waitUntilIdle
function submit
| void submit(
const SubmitOptions & options
)
|
function present
| PresentResult present(
const PresentOptions & options
)
|
function lastPerSwapchainPresentResults
| std::vector< PresentResult > lastPerSwapchainPresentResults() const
|
Public Attributes Documentation
variable queue
| VkQueue queue { VK_NULL_HANDLE };
|
variable vulkanResourceManager
| VulkanResourceManager * vulkanResourceManager { nullptr };
|
variable m_presentResults
| std::vector< VkResult > m_presentResults;
|
Updated on 2026-03-31 at 00:02:06 +0000