Class VkExportSemaphoreWin32HandleInfoKHR

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkExportSemaphoreWin32HandleInfoKHR extends Struct<VkExportSemaphoreWin32HandleInfoKHR> implements NativeResource

 struct VkExportSemaphoreWin32HandleInfoKHR {
     VkStructureType sType;
     void const * pNext;
     {@link SECURITY_ATTRIBUTES SECURITY_ATTRIBUTES} const * pAttributes;
     DWORD dwAccess;
     LPCWSTR name;
 }