Searched defs:CopyMemoryIndirectCommandNV (Results 1 – 4 of 4) sorted by relevance
18278 struct CopyMemoryIndirectCommandNV struct18280 using NativeType = VkCopyMemoryIndirectCommandNV;18283 …VULKAN_HPP_CONSTEXPR CopyMemoryIndirectCommandNV( VULKAN_HPP_NAMESPACE::DeviceAddress srcAddress_ … in CopyMemoryIndirectCommandNV() function18294 CopyMemoryIndirectCommandNV( VkCopyMemoryIndirectCommandNV const & rhs ) VULKAN_HPP_NOEXCEPT in CopyMemoryIndirectCommandNV() function18304 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CopyMemoryIndirectCommandNV const *>( &rhs ); in operator =()18309 …ectCommandNV & setSrcAddress( VULKAN_HPP_NAMESPACE::DeviceAddress srcAddress_ ) VULKAN_HPP_NOEXCEPT in setSrcAddress()18315 …ectCommandNV & setDstAddress( VULKAN_HPP_NAMESPACE::DeviceAddress dstAddress_ ) VULKAN_HPP_NOEXCEPT in setDstAddress()18321 …CopyMemoryIndirectCommandNV & setSize( VULKAN_HPP_NAMESPACE::DeviceSize size_ ) VULKAN_HPP_NOEXCEPT in setSize()18328 operator VkCopyMemoryIndirectCommandNV const &() const VULKAN_HPP_NOEXCEPT in operator VkCopyMemoryIndirectCommandNV const&()18333 operator VkCopyMemoryIndirectCommandNV &() VULKAN_HPP_NOEXCEPT in operator VkCopyMemoryIndirectCommandNV&()[all …]
18724 struct CopyMemoryIndirectCommandNV struct18726 using NativeType = VkCopyMemoryIndirectCommandNV;18729 …VULKAN_HPP_CONSTEXPR CopyMemoryIndirectCommandNV( VULKAN_HPP_NAMESPACE::DeviceAddress srcAddress_ … in CopyMemoryIndirectCommandNV() function18740 CopyMemoryIndirectCommandNV( VkCopyMemoryIndirectCommandNV const & rhs ) VULKAN_HPP_NOEXCEPT in CopyMemoryIndirectCommandNV() function18750 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CopyMemoryIndirectCommandNV const *>( &rhs ); in operator =()18755 …ectCommandNV & setSrcAddress( VULKAN_HPP_NAMESPACE::DeviceAddress srcAddress_ ) VULKAN_HPP_NOEXCEPT in setSrcAddress()18761 …ectCommandNV & setDstAddress( VULKAN_HPP_NAMESPACE::DeviceAddress dstAddress_ ) VULKAN_HPP_NOEXCEPT in setDstAddress()18767 …CopyMemoryIndirectCommandNV & setSize( VULKAN_HPP_NAMESPACE::DeviceSize size_ ) VULKAN_HPP_NOEXCEPT in setSize()18774 operator VkCopyMemoryIndirectCommandNV const &() const VULKAN_HPP_NOEXCEPT in operator VkCopyMemoryIndirectCommandNV const&()18779 operator VkCopyMemoryIndirectCommandNV &() VULKAN_HPP_NOEXCEPT in operator VkCopyMemoryIndirectCommandNV&()[all …]
18495 struct CopyMemoryIndirectCommandNV struct18497 using NativeType = VkCopyMemoryIndirectCommandNV;18500 …VULKAN_HPP_CONSTEXPR CopyMemoryIndirectCommandNV( VULKAN_HPP_NAMESPACE::DeviceAddress srcAddress_ … in CopyMemoryIndirectCommandNV() function18511 CopyMemoryIndirectCommandNV( VkCopyMemoryIndirectCommandNV const & rhs ) VULKAN_HPP_NOEXCEPT in CopyMemoryIndirectCommandNV() function18521 *this = *reinterpret_cast<VULKAN_HPP_NAMESPACE::CopyMemoryIndirectCommandNV const *>( &rhs ); in operator =()18526 …ectCommandNV & setSrcAddress( VULKAN_HPP_NAMESPACE::DeviceAddress srcAddress_ ) VULKAN_HPP_NOEXCEPT in setSrcAddress()18532 …ectCommandNV & setDstAddress( VULKAN_HPP_NAMESPACE::DeviceAddress dstAddress_ ) VULKAN_HPP_NOEXCEPT in setDstAddress()18538 …CopyMemoryIndirectCommandNV & setSize( VULKAN_HPP_NAMESPACE::DeviceSize size_ ) VULKAN_HPP_NOEXCEPT in setSize()18545 operator VkCopyMemoryIndirectCommandNV const &() const VULKAN_HPP_NOEXCEPT in operator VkCopyMemoryIndirectCommandNV const&()18550 operator VkCopyMemoryIndirectCommandNV &() VULKAN_HPP_NOEXCEPT in operator VkCopyMemoryIndirectCommandNV&()[all …]
4589 pub struct CopyMemoryIndirectCommandNV { struct4594 impl CopyMemoryIndirectCommandNV { argument4637 pub fn build(self) -> CopyMemoryIndirectCommandNV { in build()