Class VkPhysicalDeviceExternalComputeQueuePropertiesNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceExternalComputeQueuePropertiesNV extends Struct<VkPhysicalDeviceExternalComputeQueuePropertiesNV> implements NativeResource

 struct VkPhysicalDeviceExternalComputeQueuePropertiesNV {
     VkStructureType sType;
     void * pNext;
     uint32_t externalDataSize;
     uint32_t maxExternalQueues;
 }