Class VkDeviceEventInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkDeviceEventInfoEXT extends Struct<VkDeviceEventInfoEXT> implements NativeResource
Describe a device event to create.
Valid Usage (Implicit)
See Also

RegisterDeviceEventEXT

Layout


 struct VkDeviceEventInfoEXT {
     VkStructureType sType();
     void const * pNext();
     VkDeviceEventTypeEXT deviceEvent;
 }