Home
last modified time | relevance | path

Searched refs:VkCopyMemoryToImageIndirectCommandNV (Results 1 – 3 of 3) sorted by relevance

/third_party/vulkan-headers/include/vulkan/
Dvulkan_core.h15770 typedef struct VkCopyMemoryToImageIndirectCommandNV { struct
15777 } VkCopyMemoryToImageIndirectCommandNV; typedef
Dvulkan_static_assertions.hpp6051 …_NAMESPACE::CopyMemoryToImageIndirectCommandNV ) == sizeof( VkCopyMemoryToImageIndirectCommandNV ),
Dvulkan_structs.hpp17307 using NativeType = VkCopyMemoryToImageIndirectCommandNV;
17327 …CopyMemoryToImageIndirectCommandNV( VkCopyMemoryToImageIndirectCommandNV const & rhs ) VULKAN_HPP_… in CopyMemoryToImageIndirectCommandNV()
17335 …CopyMemoryToImageIndirectCommandNV & operator=( VkCopyMemoryToImageIndirectCommandNV const & rhs )… in operator =()
17380 operator VkCopyMemoryToImageIndirectCommandNV const &() const VULKAN_HPP_NOEXCEPT in operator VkCopyMemoryToImageIndirectCommandNV const&()
17382 return *reinterpret_cast<const VkCopyMemoryToImageIndirectCommandNV *>( this ); in operator VkCopyMemoryToImageIndirectCommandNV const&()
17385 operator VkCopyMemoryToImageIndirectCommandNV &() VULKAN_HPP_NOEXCEPT in operator VkCopyMemoryToImageIndirectCommandNV&()
17387 return *reinterpret_cast<VkCopyMemoryToImageIndirectCommandNV *>( this ); in operator VkCopyMemoryToImageIndirectCommandNV&()