RetroArch
Public Member Functions | Public Attributes | Private Attributes | List of all members
VULKAN_HPP_NAMESPACE::PhysicalDeviceGroupProperties Struct Reference

#include <vulkan.hpp>

Collaboration diagram for VULKAN_HPP_NAMESPACE::PhysicalDeviceGroupProperties:
[legend]

Public Member Functions

 operator const VkPhysicalDeviceGroupProperties & () const
 
bool operator== (PhysicalDeviceGroupProperties const &rhs) const
 
bool operator!= (PhysicalDeviceGroupProperties const &rhs) const
 

Public Attributes

voidpNext = nullptr
 
uint32_t physicalDeviceCount
 
PhysicalDevice physicalDevices [VK_MAX_DEVICE_GROUP_SIZE]
 
Bool32 subsetAllocation
 

Private Attributes

StructureType sType = StructureType::ePhysicalDeviceGroupProperties
 

Member Function Documentation

◆ operator const VkPhysicalDeviceGroupProperties &()

VULKAN_HPP_NAMESPACE::PhysicalDeviceGroupProperties::operator const VkPhysicalDeviceGroupProperties & ( ) const
inline

◆ operator!=()

bool VULKAN_HPP_NAMESPACE::PhysicalDeviceGroupProperties::operator!= ( PhysicalDeviceGroupProperties const rhs) const
inline
Here is the call graph for this function:

◆ operator==()

bool VULKAN_HPP_NAMESPACE::PhysicalDeviceGroupProperties::operator== ( PhysicalDeviceGroupProperties const rhs) const
inline
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ physicalDeviceCount

uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceGroupProperties::physicalDeviceCount

◆ physicalDevices

PhysicalDevice VULKAN_HPP_NAMESPACE::PhysicalDeviceGroupProperties::physicalDevices[VK_MAX_DEVICE_GROUP_SIZE]

◆ pNext

void* VULKAN_HPP_NAMESPACE::PhysicalDeviceGroupProperties::pNext = nullptr

◆ sType

StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceGroupProperties::sType = StructureType::ePhysicalDeviceGroupProperties
private

◆ subsetAllocation

Bool32 VULKAN_HPP_NAMESPACE::PhysicalDeviceGroupProperties::subsetAllocation

The documentation for this struct was generated from the following file: