RetroArch
Public Member Functions | Public Attributes | List of all members
VULKAN_HPP_NAMESPACE::LayerProperties Struct Reference

#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]
 

Member Function Documentation

◆ operator const VkLayerProperties &()

VULKAN_HPP_NAMESPACE::LayerProperties::operator const VkLayerProperties & ( ) const
inline

◆ operator!=()

bool VULKAN_HPP_NAMESPACE::LayerProperties::operator!= ( LayerProperties const rhs) const
inline
Here is the call graph for this function:

◆ operator==()

bool VULKAN_HPP_NAMESPACE::LayerProperties::operator== ( LayerProperties const rhs) const
inline
Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ description

char VULKAN_HPP_NAMESPACE::LayerProperties::description[VK_MAX_DESCRIPTION_SIZE]

◆ implementationVersion

uint32_t VULKAN_HPP_NAMESPACE::LayerProperties::implementationVersion

◆ layerName

char VULKAN_HPP_NAMESPACE::LayerProperties::layerName[VK_MAX_EXTENSION_NAME_SIZE]

◆ specVersion

uint32_t VULKAN_HPP_NAMESPACE::LayerProperties::specVersion

The documentation for this struct was generated from the following file: