Home
last modified time | relevance | path

Searched defs:LayerProperties (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_structs.hpp42267 struct LayerProperties struct
42275 VULKAN_HPP_CONSTEXPR_14 LayerProperties(std::array<char,VK_MAX_EXTENSION_NAME_SIZE> const & layerNa… in LayerProperties() function
42281 LayerProperties( VkLayerProperties const & rhs ) VULKAN_HPP_NOEXCEPT in LayerProperties() function
42291 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::LayerProperties const *>( &rhs ); in operator =()
42296 operator VkLayerProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkLayerProperties const&()
42301 operator VkLayerProperties &() VULKAN_HPP_NOEXCEPT in operator VkLayerProperties&()
42312 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
42322 bool operator==( LayerProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()
42334 bool operator!=( LayerProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator !=()
42341 VULKAN_HPP_NAMESPACE::ArrayWrapper1D<char, VK_MAX_EXTENSION_NAME_SIZE> layerName = {};
[all …]