Searched defs:BindImagePlaneMemoryInfo (Results 1 – 4 of 4) sorted by relevance
7432 struct BindImagePlaneMemoryInfo struct7434 using NativeType = VkBindImagePlaneMemoryInfo;7440 …VULKAN_HPP_CONSTEXPR BindImagePlaneMemoryInfo(VULKAN_HPP_NAMESPACE::ImageAspectFlagBits planeAspec… in BindImagePlaneMemoryInfo() function7449 BindImagePlaneMemoryInfo(VkBindImagePlaneMemoryInfo const &rhs) VULKAN_HPP_NOEXCEPT in BindImagePlaneMemoryInfo() function7459 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo const *>(&rhs); in operator =()7464 VULKAN_HPP_CONSTEXPR_14 BindImagePlaneMemoryInfo &setPNext(const void *pNext_) VULKAN_HPP_NOEXCEPT in setPNext()7470 …oryInfo &setPlaneAspect(VULKAN_HPP_NAMESPACE::ImageAspectFlagBits planeAspect_) VULKAN_HPP_NOEXCEPT in setPlaneAspect()7477 explicit operator VkBindImagePlaneMemoryInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkBindImagePlaneMemoryInfo const&()7482 explicit operator VkBindImagePlaneMemoryInfo &() VULKAN_HPP_NOEXCEPT in operator VkBindImagePlaneMemoryInfo&()7493 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
7420 struct BindImagePlaneMemoryInfo struct7422 using NativeType = VkBindImagePlaneMemoryInfo;7428 …VULKAN_HPP_CONSTEXPR BindImagePlaneMemoryInfo( VULKAN_HPP_NAMESPACE::ImageAspectFlagBits planeAspe… in BindImagePlaneMemoryInfo() function7437 BindImagePlaneMemoryInfo( VkBindImagePlaneMemoryInfo const & rhs ) VULKAN_HPP_NOEXCEPT in BindImagePlaneMemoryInfo() function7447 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo const *>( &rhs ); in operator =()7452 …KAN_HPP_CONSTEXPR_14 BindImagePlaneMemoryInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()7458 …Info & setPlaneAspect( VULKAN_HPP_NAMESPACE::ImageAspectFlagBits planeAspect_ ) VULKAN_HPP_NOEXCEPT in setPlaneAspect()7465 explicit operator VkBindImagePlaneMemoryInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkBindImagePlaneMemoryInfo const&()7470 explicit operator VkBindImagePlaneMemoryInfo &() VULKAN_HPP_NOEXCEPT in operator VkBindImagePlaneMemoryInfo&()7481 reflect() const VULKAN_HPP_NOEXCEPT in reflect()[all …]
7783 struct BindImagePlaneMemoryInfo struct7792 BindImagePlaneMemoryInfo( VULKAN_HPP_NAMESPACE::ImageAspectFlagBits planeAspect_ = in BindImagePlaneMemoryInfo() function7799 BindImagePlaneMemoryInfo( VkBindImagePlaneMemoryInfo const & rhs ) VULKAN_HPP_NOEXCEPT in BindImagePlaneMemoryInfo() function7808 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo const *>( &rhs ); in operator =()7813 …KAN_HPP_CONSTEXPR_14 BindImagePlaneMemoryInfo & setPNext( const void * pNext_ ) VULKAN_HPP_NOEXCEPT in setPNext()7820 setPlaneAspect( VULKAN_HPP_NAMESPACE::ImageAspectFlagBits planeAspect_ ) VULKAN_HPP_NOEXCEPT in setPlaneAspect()7827 explicit operator VkBindImagePlaneMemoryInfo const &() const VULKAN_HPP_NOEXCEPT in operator VkBindImagePlaneMemoryInfo const&()7832 explicit operator VkBindImagePlaneMemoryInfo &() VULKAN_HPP_NOEXCEPT in operator VkBindImagePlaneMemoryInfo&()7845 reflect() const VULKAN_HPP_NOEXCEPT in reflect()7874 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::BindImagePlaneMemoryInfo ) ==
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()