Searched defs:PhysicalDeviceVulkan11Properties (Results 1 – 4 of 4) sorted by relevance
90573 struct PhysicalDeviceVulkan11Properties struct90575 using NativeType = VkPhysicalDeviceVulkan11Properties;90577 static const bool allowDuplicate = false;90578 …CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceVulkan11Properties;90581 VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceVulkan11Properties( in PhysicalDeviceVulkan11Properties() argument90619 …PhysicalDeviceVulkan11Properties( VkPhysicalDeviceVulkan11Properties const & rhs ) VULKAN_HPP_NOEX… in PhysicalDeviceVulkan11Properties() function90629 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkan11Properties const *>( &rhs ); in operator =()90633 operator VkPhysicalDeviceVulkan11Properties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceVulkan11Properties const&()90638 operator VkPhysicalDeviceVulkan11Properties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceVulkan11Properties&()90665 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
89210 struct PhysicalDeviceVulkan11Properties struct89212 using NativeType = VkPhysicalDeviceVulkan11Properties;89214 static const bool allowDuplicate = false;89215 …CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceVulkan11Properties;89218 VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceVulkan11Properties( in PhysicalDeviceVulkan11Properties() argument89256 …PhysicalDeviceVulkan11Properties( VkPhysicalDeviceVulkan11Properties const & rhs ) VULKAN_HPP_NOEX… in PhysicalDeviceVulkan11Properties() function89266 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkan11Properties const *>( &rhs ); in operator =()89270 operator VkPhysicalDeviceVulkan11Properties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceVulkan11Properties const&()89275 operator VkPhysicalDeviceVulkan11Properties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceVulkan11Properties&()89302 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
109682 struct PhysicalDeviceVulkan11Properties struct109684 using NativeType = VkPhysicalDeviceVulkan11Properties;109686 static const bool allowDuplicate = false;109687 …CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceVulkan11Properties;109690 VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceVulkan11Properties( in PhysicalDeviceVulkan11Properties() argument109728 …PhysicalDeviceVulkan11Properties( VkPhysicalDeviceVulkan11Properties const & rhs ) VULKAN_HPP_NOEX… in PhysicalDeviceVulkan11Properties() function109738 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkan11Properties const *>( &rhs ); in operator =()109742 operator VkPhysicalDeviceVulkan11Properties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceVulkan11Properties const&()109747 operator VkPhysicalDeviceVulkan11Properties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceVulkan11Properties&()109752 operator VkPhysicalDeviceVulkan11Properties const *() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceVulkan11Properties const*()[all …]
45389 pub struct PhysicalDeviceVulkan11Properties { struct45408 impl ::std::default::Default for PhysicalDeviceVulkan11Properties { implementation45432 unsafe impl TaggedStructure for PhysicalDeviceVulkan11Properties { implementation45435 impl PhysicalDeviceVulkan11Properties { impl45449 unsafe impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceVulkan11Properties {} implementation45553 pub fn build(self) -> PhysicalDeviceVulkan11Properties { in build()