Class VkPhysicalDeviceCopyMemoryIndirectPropertiesNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceCopyMemoryIndirectPropertiesNV extends Struct<VkPhysicalDeviceCopyMemoryIndirectPropertiesNV> implements NativeResource

 struct VkPhysicalDeviceCopyMemoryIndirectPropertiesNV {
     VkStructureType sType;
     void * pNext;
     VkQueueFlags supportedQueues;
 }