|
|
| LogicalDevice (const Instance &instance, const PhysicalDevice &physical_device) |
| |
|
| operator const VkDevice & () const |
| |
|
const VkDevice & | GetLogicalDevice () const |
| |
|
const VkPhysicalDeviceFeatures & | GetEnabledFeatures () const |
| |
|
const VkQueue & | GetGraphicsQueue () const |
| |
|
const VkQueue & | GetPresentQueue () const |
| |
|
const VkQueue & | GetComputeQueue () const |
| |
|
const VkQueue & | GetTransferQueue () const |
| |
|
uint32_t | GetGraphicsFamily () const |
| |
|
uint32_t | GetPresentFamily () const |
| |
|
uint32_t | GetComputeFamily () const |
| |
|
uint32_t | GetTransferFamily () const |
| |
|
|
static const std::vector< const char * > | device_extensions = { VK_KHR_SWAPCHAIN_EXTENSION_NAME } |
| |
The documentation for this class was generated from the following files:
- engine/src/graphics/devices/logical_device.h
- engine/src/graphics/devices/logical_device.cc