Searched defs:PhysicalDeviceMemoryProperties (Results 1 – 2 of 2) sorted by relevance
46664 struct PhysicalDeviceMemoryProperties struct46666 using NativeType = VkPhysicalDeviceMemoryProperties;46669 VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceMemoryProperties( in PhysicalDeviceMemoryProperties() argument46683 … PhysicalDeviceMemoryProperties( VkPhysicalDeviceMemoryProperties const & rhs ) VULKAN_HPP_NOEXCEPT in PhysicalDeviceMemoryProperties() function46693 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceMemoryProperties const *>( &rhs ); in operator =()46697 operator VkPhysicalDeviceMemoryProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceMemoryProperties const&()46702 operator VkPhysicalDeviceMemoryProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceMemoryProperties&()46728 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::PhysicalDeviceMemoryProperties ) ==
72324 struct PhysicalDeviceMemoryProperties struct72326 using NativeType = VkPhysicalDeviceMemoryProperties;72330 …PhysicalDeviceMemoryProperties( uint32_t … in PhysicalDeviceMemoryProperties() function72343 … PhysicalDeviceMemoryProperties( VkPhysicalDeviceMemoryProperties const & rhs ) VULKAN_HPP_NOEXCEPT in PhysicalDeviceMemoryProperties() function72353 … *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::PhysicalDeviceMemoryProperties const *>( &rhs ); in operator =()72357 operator VkPhysicalDeviceMemoryProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceMemoryProperties const&()72362 operator VkPhysicalDeviceMemoryProperties &() VULKAN_HPP_NOEXCEPT in operator VkPhysicalDeviceMemoryProperties&()72376 reflect() const VULKAN_HPP_NOEXCEPT in reflect()72385 bool operator==( PhysicalDeviceMemoryProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()72416 …HPP_CONSTEXPR_14 PhysicalDeviceMemoryProperties2( VULKAN_HPP_NAMESPACE::PhysicalDeviceMemoryProper… in PhysicalDeviceMemoryProperties2()