Class VkDeviceGeneratedCommandsFeaturesNVX

  • All Implemented Interfaces:
    java.lang.AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer


    public class VkDeviceGeneratedCommandsFeaturesNVX
    extends org.lwjgl.system.Struct
    implements org.lwjgl.system.NativeResource
    Structure specifying physical device support.
    Valid Usage (Implicit)
    See Also

    GetPhysicalDeviceGeneratedCommandsPropertiesNVX

    Member documentation

    Layout

     struct VkDeviceGeneratedCommandsFeaturesNVX {
         VkStructureType sType;
         const void * pNext;
         VkBool32 computeBindingPointSupport;
     }