Searched defs:BindImagePlaneMemoryInfo (Results 1 – 4 of 4) sorted by relevance
7645 struct BindImagePlaneMemoryInfo struct7647 using NativeType = VkBindImagePlaneMemoryInfo;7653 …VULKAN_HPP_CONSTEXPR BindImagePlaneMemoryInfo( VULKAN_HPP_NAMESPACE::ImageAspectFlagBits planeAspe… in BindImagePlaneMemoryInfo() function7662 BindImagePlaneMemoryInfo( VkBindImagePlaneMemoryInfo const & rhs ) VULKAN_HPP_NOEXCEPT in BindImagePlaneMemoryInfo() function7672 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo const *>( &rhs ); in operator =()7677 …KAN_HPP_CONSTEXPR_14 BindImagePlaneMemoryInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()7683 …Info & setPlaneAspect( VULKAN_HPP_NAMESPACE::ImageAspectFlagBits planeAspect_ ) VULKAN_HPP_NOEXCEPT in setPlaneAspect()7690 explicit operator VkBindImagePlaneMemoryInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkBindImagePlaneMemoryInfo const&()7695 explicit operator VkBindImagePlaneMemoryInfo &() VULKAN_HPP_NOEXCEPT in operator VkBindImagePlaneMemoryInfo&()7706 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
7266 struct BindImagePlaneMemoryInfo struct7275 VULKAN_HPP_CONSTEXPR BindImagePlaneMemoryInfo(VULKAN_HPP_NAMESPACE::ImageAspectFlagBits planeAspect… in BindImagePlaneMemoryInfo() function7281 BindImagePlaneMemoryInfo( VkBindImagePlaneMemoryInfo const & rhs ) VULKAN_HPP_NOEXCEPT in BindImagePlaneMemoryInfo() function7291 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo const *>( &rhs ); in operator =()7296 …KAN_HPP_CONSTEXPR_14 BindImagePlaneMemoryInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()7302 …Info & setPlaneAspect( VULKAN_HPP_NAMESPACE::ImageAspectFlagBits planeAspect_ ) VULKAN_HPP_NOEXCEPT in setPlaneAspect()7310 operator VkBindImagePlaneMemoryInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkBindImagePlaneMemoryInfo const&()7315 operator VkBindImagePlaneMemoryInfo &() VULKAN_HPP_NOEXCEPT in operator VkBindImagePlaneMemoryInfo&()7326 reflect() const VULKAN_HPP_NOEXCEPT in reflect()7336 bool operator==( BindImagePlaneMemoryInfo const & rhs ) const VULKAN_HPP_NOEXCEPT in operator ==()[all …]
7981 struct BindImagePlaneMemoryInfo struct7983 using NativeType = VkBindImagePlaneMemoryInfo;7989 …VULKAN_HPP_CONSTEXPR BindImagePlaneMemoryInfo( VULKAN_HPP_NAMESPACE::ImageAspectFlagBits planeAspe… in BindImagePlaneMemoryInfo() function7998 BindImagePlaneMemoryInfo( VkBindImagePlaneMemoryInfo const & rhs ) VULKAN_HPP_NOEXCEPT in BindImagePlaneMemoryInfo() function8008 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo const *>( &rhs ); in operator =()8013 …KAN_HPP_CONSTEXPR_14 BindImagePlaneMemoryInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()8019 …Info & setPlaneAspect( VULKAN_HPP_NAMESPACE::ImageAspectFlagBits planeAspect_ ) VULKAN_HPP_NOEXCEPT in setPlaneAspect()8026 operator VkBindImagePlaneMemoryInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkBindImagePlaneMemoryInfo const&()8031 operator VkBindImagePlaneMemoryInfo &() VULKAN_HPP_NOEXCEPT in operator VkBindImagePlaneMemoryInfo&()8042 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
21585 pub struct BindImagePlaneMemoryInfo { struct21590 impl ::std::default::Default for BindImagePlaneMemoryInfo { argument21599 impl BindImagePlaneMemoryInfo { implementation21613 unsafe impl ExtendsBindImageMemoryInfo for BindImagePlaneMemoryInfo {} implementation21633 pub fn build(self) -> BindImagePlaneMemoryInfo { in build()