#include <Device.hpp>
◆ VulkanDeviceQueue()
| Foundation::RHI::VulkanDeviceQueue::VulkanDeviceQueue |
( |
const VulkanDevice & |
device, |
|
|
uint32_t |
family_index, |
|
|
uint32_t |
queue_index |
|
) |
| |
|
inline |
◆ DebugSetObjectName()
| void VulkanDeviceQueue::DebugSetObjectName |
( |
const char * |
name | ) |
|
|
overridevirtual |
◆ GetVkQueue()
| vk::raii::Queue Foundation::RHI::VulkanDeviceQueue::GetVkQueue |
( |
| ) |
const |
|
inline |
◆ GetVkQueueFamily()
| uint32_t Foundation::RHI::VulkanDeviceQueue::GetVkQueueFamily |
( |
| ) |
const |
|
inlineoverridevirtual |
◆ GetVkQueueIndex()
| uint32_t Foundation::RHI::VulkanDeviceQueue::GetVkQueueIndex |
( |
| ) |
const |
|
inline |
◆ GetVulkanDevice()
| const VulkanDevice & Foundation::RHI::VulkanDeviceQueue::GetVulkanDevice |
( |
| ) |
const |
|
inline |
◆ Present()
◆ Submit()
◆ WaitIdle()
| void VulkanDeviceQueue::WaitIdle |
( |
| ) |
const |
|
overridevirtual |
◆ mDevice
| const VulkanDevice& Foundation::RHI::VulkanDeviceQueue::mDevice |
|
private |
◆ mFamilyIndex
| const uint32_t Foundation::RHI::VulkanDeviceQueue::mFamilyIndex |
|
private |
◆ mQueue
| vk::raii::Queue Foundation::RHI::VulkanDeviceQueue::mQueue {nullptr} |
|
private |
◆ mQueueIndex
| const uint32_t Foundation::RHI::VulkanDeviceQueue::mQueueIndex |
|
private |
The documentation for this class was generated from the following files: