|
|
| LogicalDevice (const Instance &instance, const PhysicalDevice &physicalDevice) |
| |
|
| 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 |
| |
◆ DeviceExtensions
| const std::vector< const char * > PixelBullet::LogicalDevice::DeviceExtensions |
|
static |
Initial value:= {
VK_KHR_SWAPCHAIN_EXTENSION_NAME
}
The documentation for this class was generated from the following files:
- engine/src/PixelBullet/Graphics/Devices/LogicalDevice.hpp
- engine/src/PixelBullet/Graphics/Devices/LogicalDevice.cpp