struct LayerProperties
Defined at line 87300 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
wrapper struct for struct VkLayerProperties, see https://registry.khronos.org/vulkan/specs/latest/man/html/VkLayerProperties.html
Public Members
ArrayWrapper1D layerName
uint32_t specVersion
uint32_t implementationVersion
ArrayWrapper1D description
Public Methods
void LayerProperties (const std::array<char, 256U> &layerName_,uint32_tspecVersion_,uint32_timplementationVersion_,const std::array<char, 256U> &description_)
Defined at line 87305 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void LayerProperties (const LayerProperties & rhs)
Defined at line 87316 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
void LayerProperties (const VkLayerProperties & rhs)
Defined at line 87318 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
LayerProperties & operator= (const LayerProperties & rhs)
Defined at line 87320 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
LayerProperties & operator= (const VkLayerProperties & rhs)
Defined at line 87323 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
const VkLayerProperties & operator const VkLayerProperties & ()
Defined at line 87329 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
VkLayerProperties & operator VkLayerProperties & ()
Defined at line 87334 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
const VkLayerProperties * operator const VkLayerProperties * ()
Defined at line 87339 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
VkLayerProperties * operator VkLayerProperties * ()
Defined at line 87344 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
std::strong_ordering operator<=> (const LayerProperties & rhs)
Defined at line 87359 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
bool operator== (const LayerProperties & rhs)
Defined at line 87374 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp
bool operator!= (const LayerProperties & rhs)
Defined at line 87380 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp