Class VkPhysicalDeviceCudaKernelLaunchFeaturesNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceCudaKernelLaunchFeaturesNV extends Struct<VkPhysicalDeviceCudaKernelLaunchFeaturesNV> implements NativeResource

 struct VkPhysicalDeviceCudaKernelLaunchFeaturesNV {
     VkStructureType sType;
     void * pNext;
     VkBool32 cudaKernelLaunchFeatures;
 }