Searched defs:ExternalMemoryProperties (Results 1 – 2 of 2) sorted by relevance
24667 struct ExternalMemoryProperties struct24672 VULKAN_HPP_CONSTEXPR ExternalMemoryProperties( in ExternalMemoryProperties() function24683 ExternalMemoryProperties( VkExternalMemoryProperties const & rhs ) VULKAN_HPP_NOEXCEPT in ExternalMemoryProperties() function24692 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ExternalMemoryProperties const *>( &rhs ); in operator =()24696 operator VkExternalMemoryProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkExternalMemoryProperties const&()24701 operator VkExternalMemoryProperties &() VULKAN_HPP_NOEXCEPT in operator VkExternalMemoryProperties&()24727 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::ExternalMemoryProperties ) ==
40623 struct ExternalMemoryProperties struct40625 using NativeType = VkExternalMemoryProperties;40628 …VULKAN_HPP_CONSTEXPR ExternalMemoryProperties( VULKAN_HPP_NAMESPACE::ExternalMemoryFeatureFlags … in ExternalMemoryProperties() function40639 ExternalMemoryProperties( VkExternalMemoryProperties const & rhs ) VULKAN_HPP_NOEXCEPT in ExternalMemoryProperties() function40649 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::ExternalMemoryProperties const *>( &rhs ); in operator =()40653 operator VkExternalMemoryProperties const &() const VULKAN_HPP_NOEXCEPT in operator VkExternalMemoryProperties const&()40658 operator VkExternalMemoryProperties &() VULKAN_HPP_NOEXCEPT in operator VkExternalMemoryProperties&()40671 reflect() const VULKAN_HPP_NOEXCEPT in reflect()40680 bool operator==( ExternalMemoryProperties const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()40713 …VULKAN_HPP_CONSTEXPR ExternalBufferProperties( VULKAN_HPP_NAMESPACE::ExternalMemoryProperties exte… in ExternalBufferProperties()