SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
operator VkLayerProperties const & () const | |
operator VkLayerProperties & () | |
bool | operator== (LayerProperties const &rhs) const |
bool | operator!= (LayerProperties const &rhs) const |
Data Fields | |
char | layerName [VK_MAX_EXTENSION_NAME_SIZE] |
uint32_t | specVersion |
uint32_t | implementationVersion |
char | description [VK_MAX_DESCRIPTION_SIZE] |
Definition at line 5603 of file vulkan.hpp.
|
inline |
Definition at line 5610 of file vulkan.hpp.
|
inline |
Definition at line 5605 of file vulkan.hpp.
|
inline |
Definition at line 5623 of file vulkan.hpp.
|
inline |
Definition at line 5615 of file vulkan.hpp.
References description, implementationVersion, layerName, specVersion, VK_MAX_DESCRIPTION_SIZE, and VK_MAX_EXTENSION_NAME_SIZE.
char VULKAN_HPP_NAMESPACE::LayerProperties::description[VK_MAX_DESCRIPTION_SIZE] |
Definition at line 5631 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::LayerProperties::implementationVersion |
Definition at line 5630 of file vulkan.hpp.
Referenced by operator==().
char VULKAN_HPP_NAMESPACE::LayerProperties::layerName[VK_MAX_EXTENSION_NAME_SIZE] |
Definition at line 5628 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::LayerProperties::specVersion |
Definition at line 5629 of file vulkan.hpp.
Referenced by operator==().