|
RetroArch
|
#include <vulkan.hpp>
Public Member Functions | |
| operator const VkPhysicalDeviceGroupProperties & () const | |
| bool | operator== (PhysicalDeviceGroupProperties const &rhs) const |
| bool | operator!= (PhysicalDeviceGroupProperties const &rhs) const |
Public Attributes | |
| void * | pNext = nullptr |
| uint32_t | physicalDeviceCount |
| PhysicalDevice | physicalDevices [VK_MAX_DEVICE_GROUP_SIZE] |
| Bool32 | subsetAllocation |
Private Attributes | |
| StructureType | sType = StructureType::ePhysicalDeviceGroupProperties |
|
inline |
|
inline |
|
inline |
| uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceGroupProperties::physicalDeviceCount |
| PhysicalDevice VULKAN_HPP_NAMESPACE::PhysicalDeviceGroupProperties::physicalDevices[VK_MAX_DEVICE_GROUP_SIZE] |
| void* VULKAN_HPP_NAMESPACE::PhysicalDeviceGroupProperties::pNext = nullptr |
|
private |
| Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceGroupProperties::subsetAllocation |
1.8.15