Flutter Engine
The Flutter Engine
|
The collection of queues used by the context. The queues may all be the same. More...
#include <queue_vk.h>
Public Member Functions | |
QueuesVK () | |
QueuesVK (const vk::Device &device, QueueIndexVK graphics, QueueIndexVK compute, QueueIndexVK transfer) | |
bool | IsValid () const |
Public Attributes | |
std::shared_ptr< QueueVK > | graphics_queue |
std::shared_ptr< QueueVK > | compute_queue |
std::shared_ptr< QueueVK > | transfer_queue |
The collection of queues used by the context. The queues may all be the same.
Definition at line 63 of file queue_vk.h.
|
default |
impeller::QueuesVK::QueuesVK | ( | const vk::Device & | device, |
QueueIndexVK | graphics, | ||
QueueIndexVK | compute, | ||
QueueIndexVK | transfer | ||
) |
Definition at line 48 of file queue_vk.cc.
bool impeller::QueuesVK::IsValid | ( | ) | const |
Definition at line 80 of file queue_vk.cc.
std::shared_ptr<QueueVK> impeller::QueuesVK::compute_queue |
Definition at line 65 of file queue_vk.h.
std::shared_ptr<QueueVK> impeller::QueuesVK::graphics_queue |
Definition at line 64 of file queue_vk.h.
std::shared_ptr<QueueVK> impeller::QueuesVK::transfer_queue |
Definition at line 66 of file queue_vk.h.