Class Queue¶
Defined in File queue.h
Inheritance Relationships¶
Derived Type¶
public portal::renderer::vulkan::VulkanQueue(Class VulkanQueue)
Class Documentation¶
-
class Queue¶
Abstract interface for command queue.
Minimal queue abstraction providing queue index access. Concrete implementations (VulkanQueue) provide submit and present operations.
Subclassed by portal::renderer::vulkan::VulkanQueue