Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkPhysicalDeviceToolProperties |
Public Attributes | |
vk::StructureType | sType = StructureType::ePhysicalDeviceToolProperties |
void * | pNext = {} |
vk::ArrayWrapper1D< char, VK_MAX_EXTENSION_NAME_SIZE > | name = {} |
vk::ArrayWrapper1D< char, VK_MAX_EXTENSION_NAME_SIZE > | version = {} |
vk::ToolPurposeFlags | purposes = {} |
vk::ArrayWrapper1D< char, VK_MAX_DESCRIPTION_SIZE > | description = {} |
vk::ArrayWrapper1D< char, VK_MAX_EXTENSION_NAME_SIZE > | layer = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::ePhysicalDeviceToolProperties |
Definition at line 85795 of file vulkan_structs.hpp.
Definition at line 85797 of file vulkan_structs.hpp.
|
inline |
Definition at line 85803 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 85820 of file vulkan_structs.hpp.
|
inline |
Definition at line 85839 of file vulkan_structs.hpp.
|
inline |
Definition at line 85834 of file vulkan_structs.hpp.
|
inline |
Definition at line 85875 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 85828 of file vulkan_structs.hpp.
|
inline |
Definition at line 85865 of file vulkan_structs.hpp.
|
static |
Definition at line 85799 of file vulkan_structs.hpp.
vk::ArrayWrapper1D<char, VK_MAX_DESCRIPTION_SIZE> vk::PhysicalDeviceToolProperties::description = {} |
Definition at line 85887 of file vulkan_structs.hpp.
vk::ArrayWrapper1D<char, VK_MAX_EXTENSION_NAME_SIZE> vk::PhysicalDeviceToolProperties::layer = {} |
Definition at line 85888 of file vulkan_structs.hpp.
vk::ArrayWrapper1D<char, VK_MAX_EXTENSION_NAME_SIZE> vk::PhysicalDeviceToolProperties::name = {} |
Definition at line 85884 of file vulkan_structs.hpp.
void* vk::PhysicalDeviceToolProperties::pNext = {} |
Definition at line 85883 of file vulkan_structs.hpp.
vk::ToolPurposeFlags vk::PhysicalDeviceToolProperties::purposes = {} |
Definition at line 85886 of file vulkan_structs.hpp.
|
static |
Definition at line 85800 of file vulkan_structs.hpp.
vk::StructureType vk::PhysicalDeviceToolProperties::sType = StructureType::ePhysicalDeviceToolProperties |
Definition at line 85882 of file vulkan_structs.hpp.
vk::ArrayWrapper1D<char, VK_MAX_EXTENSION_NAME_SIZE> vk::PhysicalDeviceToolProperties::version = {} |
Definition at line 85885 of file vulkan_structs.hpp.