Class VkPhysicalDeviceCudaKernelLaunchPropertiesNV

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkPhysicalDeviceCudaKernelLaunchPropertiesNV>
org.lwjgl.vulkan.VkPhysicalDeviceCudaKernelLaunchPropertiesNV
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkPhysicalDeviceCudaKernelLaunchPropertiesNV extends org.lwjgl.system.Struct<VkPhysicalDeviceCudaKernelLaunchPropertiesNV> implements org.lwjgl.system.NativeResource
Structure describing the compute capability version available.
Description

If the VkPhysicalDeviceCudaKernelLaunchPropertiesNV structure is included in the pNext chain of the VkPhysicalDeviceProperties2 structure passed to GetPhysicalDeviceProperties2, it is filled in with each corresponding implementation-dependent property.

Valid Usage (Implicit)

Layout


 struct VkPhysicalDeviceCudaKernelLaunchPropertiesNV {
     VkStructureType sType;
     void * pNext;
     uint32_t computeCapabilityMinor();
     uint32_t computeCapabilityMajor();
 }