SDL 2.0
|
#include <vulkan.hpp>
Public Member Functions | |
operator VkPhysicalDeviceDriverPropertiesKHR const & () const | |
operator VkPhysicalDeviceDriverPropertiesKHR & () | |
bool | operator== (PhysicalDeviceDriverPropertiesKHR const &rhs) const |
bool | operator!= (PhysicalDeviceDriverPropertiesKHR const &rhs) const |
Data Fields | |
void * | pNext = nullptr |
DriverIdKHR | driverID |
char | driverName [VK_MAX_DRIVER_NAME_SIZE_KHR] |
char | driverInfo [VK_MAX_DRIVER_INFO_SIZE_KHR] |
ConformanceVersionKHR | conformanceVersion |
Private Attributes | |
StructureType | sType = StructureType::ePhysicalDeviceDriverPropertiesKHR |
Definition at line 36369 of file vulkan.hpp.
|
inline |
Definition at line 36376 of file vulkan.hpp.
|
inline |
Definition at line 36371 of file vulkan.hpp.
|
inline |
Definition at line 36391 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 36381 of file vulkan.hpp.
References conformanceVersion, driverID, driverInfo, driverName, pNext, sType, VK_MAX_DRIVER_INFO_SIZE_KHR, and VK_MAX_DRIVER_NAME_SIZE_KHR.
Referenced by operator!=().
ConformanceVersionKHR VULKAN_HPP_NAMESPACE::PhysicalDeviceDriverPropertiesKHR::conformanceVersion |
Definition at line 36404 of file vulkan.hpp.
Referenced by operator==().
DriverIdKHR VULKAN_HPP_NAMESPACE::PhysicalDeviceDriverPropertiesKHR::driverID |
Definition at line 36401 of file vulkan.hpp.
Referenced by operator==().
char VULKAN_HPP_NAMESPACE::PhysicalDeviceDriverPropertiesKHR::driverInfo[VK_MAX_DRIVER_INFO_SIZE_KHR] |
Definition at line 36403 of file vulkan.hpp.
Referenced by operator==().
char VULKAN_HPP_NAMESPACE::PhysicalDeviceDriverPropertiesKHR::driverName[VK_MAX_DRIVER_NAME_SIZE_KHR] |
Definition at line 36402 of file vulkan.hpp.
Referenced by operator==().
void* VULKAN_HPP_NAMESPACE::PhysicalDeviceDriverPropertiesKHR::pNext = nullptr |
Definition at line 36400 of file vulkan.hpp.
Referenced by operator==().
|
private |
Definition at line 36397 of file vulkan.hpp.
Referenced by operator==().