SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
operator VkPhysicalDeviceGroupProperties const & () const | |
operator VkPhysicalDeviceGroupProperties & () | |
bool | operator== (PhysicalDeviceGroupProperties const &rhs) const |
bool | operator!= (PhysicalDeviceGroupProperties const &rhs) const |
Data Fields | |
void * | pNext = nullptr |
uint32_t | physicalDeviceCount |
PhysicalDevice | physicalDevices [VK_MAX_DEVICE_GROUP_SIZE] |
Bool32 | subsetAllocation |
Private Attributes | |
StructureType | sType = StructureType::ePhysicalDeviceGroupProperties |
Definition at line 47252 of file vulkan.hpp.
|
inline |
Definition at line 47259 of file vulkan.hpp.
|
inline |
Definition at line 47254 of file vulkan.hpp.
|
inline |
Definition at line 47273 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 47264 of file vulkan.hpp.
References physicalDeviceCount, physicalDevices, pNext, sType, subsetAllocation, and VK_MAX_DEVICE_GROUP_SIZE.
Referenced by operator!=().
uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceGroupProperties::physicalDeviceCount |
Definition at line 47283 of file vulkan.hpp.
Referenced by operator==().
PhysicalDevice VULKAN_HPP_NAMESPACE::PhysicalDeviceGroupProperties::physicalDevices[VK_MAX_DEVICE_GROUP_SIZE] |
Definition at line 47284 of file vulkan.hpp.
Referenced by operator==().
void* VULKAN_HPP_NAMESPACE::PhysicalDeviceGroupProperties::pNext = nullptr |
Definition at line 47282 of file vulkan.hpp.
Referenced by operator==().
|
private |
Definition at line 47279 of file vulkan.hpp.
Referenced by operator==().
Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceGroupProperties::subsetAllocation |
Definition at line 47285 of file vulkan.hpp.
Referenced by operator==().