Class VkExportMemoryWin32HandleInfoNV

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkExportMemoryWin32HandleInfoNV extends Struct<VkExportMemoryWin32HandleInfoNV> implements NativeResource
struct VkExportMemoryWin32HandleInfoNV {
    VkStructureType sType;
    void const * pNext;
    SECURITY_ATTRIBUTES const * pAttributes;
    DWORD dwAccess;
}