Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkPhysicalDeviceDriverProperties |
Public Attributes | |
vk::StructureType | sType = StructureType::ePhysicalDeviceDriverProperties |
void * | pNext = {} |
vk::DriverId | driverID = vk::DriverId::eAmdProprietary |
vk::ArrayWrapper1D< char, VK_MAX_DRIVER_NAME_SIZE > | driverName = {} |
vk::ArrayWrapper1D< char, VK_MAX_DRIVER_INFO_SIZE > | driverInfo = {} |
vk::ConformanceVersion | conformanceVersion = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::ePhysicalDeviceDriverProperties |
Definition at line 62735 of file vulkan_structs.hpp.
Definition at line 62737 of file vulkan_structs.hpp.
|
inline |
Definition at line 62743 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 62758 of file vulkan_structs.hpp.
|
inline |
Definition at line 62777 of file vulkan_structs.hpp.
|
inline |
Definition at line 62772 of file vulkan_structs.hpp.
|
inline |
Definition at line 62812 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 62766 of file vulkan_structs.hpp.
|
inline |
Definition at line 62802 of file vulkan_structs.hpp.
|
static |
Definition at line 62739 of file vulkan_structs.hpp.
vk::ConformanceVersion vk::PhysicalDeviceDriverProperties::conformanceVersion = {} |
Definition at line 62824 of file vulkan_structs.hpp.
vk::DriverId vk::PhysicalDeviceDriverProperties::driverID = vk::DriverId::eAmdProprietary |
Definition at line 62821 of file vulkan_structs.hpp.
vk::ArrayWrapper1D<char, VK_MAX_DRIVER_INFO_SIZE> vk::PhysicalDeviceDriverProperties::driverInfo = {} |
Definition at line 62823 of file vulkan_structs.hpp.
vk::ArrayWrapper1D<char, VK_MAX_DRIVER_NAME_SIZE> vk::PhysicalDeviceDriverProperties::driverName = {} |
Definition at line 62822 of file vulkan_structs.hpp.
void* vk::PhysicalDeviceDriverProperties::pNext = {} |
Definition at line 62820 of file vulkan_structs.hpp.
|
static |
Definition at line 62740 of file vulkan_structs.hpp.
vk::StructureType vk::PhysicalDeviceDriverProperties::sType = StructureType::ePhysicalDeviceDriverProperties |
Definition at line 62819 of file vulkan_structs.hpp.