Class VkCopyMemoryIndirectCommandNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkCopyMemoryIndirectCommandNV extends Struct<VkCopyMemoryIndirectCommandNV> implements NativeResource

 struct VkCopyMemoryIndirectCommandNV {
     VkDeviceAddress srcAddress;
     VkDeviceAddress dstAddress;
     VkDeviceSize size;
 }