Class VkDeviceEventInfoEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkDeviceEventInfoEXT extends Struct<VkDeviceEventInfoEXT> implements NativeResource

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