Searched defs:ExternalMemoryProperties (Results 1 – 1 of 1) sorted by relevance
30538 struct ExternalMemoryProperties struct30546 VULKAN_HPP_CONSTEXPR ExternalMemoryProperties(VULKAN_HPP_NAMESPACE::ExternalMemoryFeatureFlags exte… in ExternalMemoryProperties() function30552 ExternalMemoryProperties( VkExternalMemoryProperties const & rhs ) VULKAN_HPP_NOEXCEPT in ExternalMemoryProperties() function30562 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ExternalMemoryProperties const *>( &rhs ); in operator =()30567 operator VkExternalMemoryProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkExternalMemoryProperties const&()30572 operator VkExternalMemoryProperties &() VULKAN_HPP_NOEXCEPT in operator VkExternalMemoryProperties&()30583 reflect() const VULKAN_HPP_NOEXCEPT in reflect()30593 bool operator==( ExternalMemoryProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()30627 VULKAN_HPP_CONSTEXPR ExternalBufferProperties(VULKAN_HPP_NAMESPACE::ExternalMemoryProperties extern… in ExternalBufferProperties()