Searched refs:VkCopyMemoryIndirectCommandNV (Results 1 – 3 of 3) sorted by relevance
16626 typedef struct VkCopyMemoryIndirectCommandNV { struct16630 } VkCopyMemoryIndirectCommandNV; argument
4156 …ULKAN_HPP_NAMESPACE::CopyMemoryIndirectCommandNV ) == sizeof( VkCopyMemoryIndirectCommandNV ), "st…
17427 using NativeType = VkCopyMemoryIndirectCommandNV;17439 CopyMemoryIndirectCommandNV( VkCopyMemoryIndirectCommandNV const & rhs ) VULKAN_HPP_NOEXCEPT in CopyMemoryIndirectCommandNV()17447 …CopyMemoryIndirectCommandNV & operator=( VkCopyMemoryIndirectCommandNV const & rhs ) VULKAN_HPP_NO… in operator =()17474 operator VkCopyMemoryIndirectCommandNV const &() const VULKAN_HPP_NOEXCEPT in operator VkCopyMemoryIndirectCommandNV const&()17476 return *reinterpret_cast<const VkCopyMemoryIndirectCommandNV*>( this ); in operator VkCopyMemoryIndirectCommandNV const&()17479 operator VkCopyMemoryIndirectCommandNV &() VULKAN_HPP_NOEXCEPT in operator VkCopyMemoryIndirectCommandNV&()17481 return *reinterpret_cast<VkCopyMemoryIndirectCommandNV*>( this ); in operator VkCopyMemoryIndirectCommandNV&()