Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_structs.hpp72214 struct PhysicalDeviceVulkan12Properties struct
72216 using NativeType = VkPhysicalDeviceVulkan12Properties;
72218 static const bool allowDuplicate = false;
72219 …_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceVulkan12Properties;
72223PhysicalDeviceVulkan12Properties(VULKAN_HPP_NAMESPACE::DriverId driverID_ = VULKAN_HPP_NAMESPACE::… in PhysicalDeviceVulkan12Properties() argument
72229PhysicalDeviceVulkan12Properties( VkPhysicalDeviceVulkan12Properties const & rhs ) VULKAN_HPP_NOEX… in PhysicalDeviceVulkan12Properties() function
72239 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkan12Properties const *>( &rhs ); in operator =()
72244 operator VkPhysicalDeviceVulkan12Properties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceVulkan12Properties const&()
72249 operator VkPhysicalDeviceVulkan12Properties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceVulkan12Properties&()
72260 reflect() const VULKAN_HPP_NOEXCEPT in reflect()
[all …]