Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkPhysicalDeviceIDProperties |
Public Attributes | |
vk::StructureType | sType = StructureType::ePhysicalDeviceIdProperties |
void * | pNext = {} |
vk::ArrayWrapper1D< uint8_t, VK_UUID_SIZE > | deviceUUID = {} |
vk::ArrayWrapper1D< uint8_t, VK_UUID_SIZE > | driverUUID = {} |
vk::ArrayWrapper1D< uint8_t, VK_LUID_SIZE > | deviceLUID = {} |
uint32_t | deviceNodeMask = {} |
vk::Bool32 | deviceLUIDValid = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::ePhysicalDeviceIdProperties |
Definition at line 67982 of file vulkan_structs.hpp.
Definition at line 67984 of file vulkan_structs.hpp.
|
inline |
Definition at line 67990 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 68007 of file vulkan_structs.hpp.
|
inline |
Definition at line 68026 of file vulkan_structs.hpp.
|
inline |
Definition at line 68021 of file vulkan_structs.hpp.
|
inline |
Definition at line 68062 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 68015 of file vulkan_structs.hpp.
|
inline |
Definition at line 68052 of file vulkan_structs.hpp.
|
static |
Definition at line 67986 of file vulkan_structs.hpp.
vk::ArrayWrapper1D<uint8_t, VK_LUID_SIZE> vk::PhysicalDeviceIDProperties::deviceLUID = {} |
Definition at line 68073 of file vulkan_structs.hpp.
vk::Bool32 vk::PhysicalDeviceIDProperties::deviceLUIDValid = {} |
Definition at line 68075 of file vulkan_structs.hpp.
uint32_t vk::PhysicalDeviceIDProperties::deviceNodeMask = {} |
Definition at line 68074 of file vulkan_structs.hpp.
vk::ArrayWrapper1D<uint8_t, VK_UUID_SIZE> vk::PhysicalDeviceIDProperties::deviceUUID = {} |
Definition at line 68071 of file vulkan_structs.hpp.
vk::ArrayWrapper1D<uint8_t, VK_UUID_SIZE> vk::PhysicalDeviceIDProperties::driverUUID = {} |
Definition at line 68072 of file vulkan_structs.hpp.
void* vk::PhysicalDeviceIDProperties::pNext = {} |
Definition at line 68070 of file vulkan_structs.hpp.
|
static |
Definition at line 67987 of file vulkan_structs.hpp.
vk::StructureType vk::PhysicalDeviceIDProperties::sType = StructureType::ePhysicalDeviceIdProperties |
Definition at line 68069 of file vulkan_structs.hpp.