Searched defs:PhysicalDeviceVulkan11Properties (Results 1 – 4 of 4) sorted by relevance
76411 struct PhysicalDeviceVulkan11Properties struct76413 using NativeType = VkPhysicalDeviceVulkan11Properties;76415 static const bool allowDuplicate = false;76416 …CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceVulkan11Properties;76419 VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceVulkan11Properties( in PhysicalDeviceVulkan11Properties() argument76457 …PhysicalDeviceVulkan11Properties( VkPhysicalDeviceVulkan11Properties const & rhs ) VULKAN_HPP_NOEX… in PhysicalDeviceVulkan11Properties() function76467 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkan11Properties const *>( &rhs ); in operator =()76471 explicit operator VkPhysicalDeviceVulkan11Properties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceVulkan11Properties const&()76476 explicit operator VkPhysicalDeviceVulkan11Properties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceVulkan11Properties&()76503 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
71434 struct PhysicalDeviceVulkan11Properties struct71436 using NativeType = VkPhysicalDeviceVulkan11Properties;71438 static const bool allowDuplicate = false;71439 …_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceVulkan11Properties;71443 …PhysicalDeviceVulkan11Properties(std::array<uint8_t,VK_UUID_SIZE> const & deviceUUID_ = {}, std::a… in PhysicalDeviceVulkan11Properties() function71449 …PhysicalDeviceVulkan11Properties( VkPhysicalDeviceVulkan11Properties const & rhs ) VULKAN_HPP_NOEX… in PhysicalDeviceVulkan11Properties() function71459 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkan11Properties const *>( &rhs ); in operator =()71464 operator VkPhysicalDeviceVulkan11Properties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceVulkan11Properties const&()71469 operator VkPhysicalDeviceVulkan11Properties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceVulkan11Properties&()71480 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
80814 struct PhysicalDeviceVulkan11Properties struct80816 using NativeType = VkPhysicalDeviceVulkan11Properties;80818 static const bool allowDuplicate = false;80819 …CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceVulkan11Properties;80822 VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceVulkan11Properties( in PhysicalDeviceVulkan11Properties() argument80860 …PhysicalDeviceVulkan11Properties( VkPhysicalDeviceVulkan11Properties const & rhs ) VULKAN_HPP_NOEX… in PhysicalDeviceVulkan11Properties() function80870 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceVulkan11Properties const *>( &rhs ); in operator =()80874 operator VkPhysicalDeviceVulkan11Properties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceVulkan11Properties const&()80879 operator VkPhysicalDeviceVulkan11Properties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceVulkan11Properties&()80906 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
39213 pub struct PhysicalDeviceVulkan11Properties { struct39232 impl ::std::default::Default for PhysicalDeviceVulkan11Properties { argument39255 impl PhysicalDeviceVulkan11Properties { impl39269 unsafe impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceVulkan11Properties {} implementation39358 pub fn build(self) -> PhysicalDeviceVulkan11Properties { in build()