RetroArch
|
#include <vulkan.hpp>
Public Member Functions | |
operator const VkLayerProperties & () const | |
bool | operator== (LayerProperties const &rhs) const |
bool | operator!= (LayerProperties const &rhs) const |
Public Attributes | |
char | layerName [VK_MAX_EXTENSION_NAME_SIZE] |
uint32_t | specVersion |
uint32_t | implementationVersion |
char | description [VK_MAX_DESCRIPTION_SIZE] |
|
inline |
|
inline |
|
inline |
char VULKAN_HPP_NAMESPACE::LayerProperties::description[VK_MAX_DESCRIPTION_SIZE] |
uint32_t VULKAN_HPP_NAMESPACE::LayerProperties::implementationVersion |
char VULKAN_HPP_NAMESPACE::LayerProperties::layerName[VK_MAX_EXTENSION_NAME_SIZE] |
uint32_t VULKAN_HPP_NAMESPACE::LayerProperties::specVersion |