public void Dispose()
 {
     MemUtil.Free((IntPtr)NativePointer);
     NativePointer = null;
     GC.SuppressFinalize(this);
 }
 internal PhysicalDeviceProperties()
 {
     NativePointer = (Unmanaged.PhysicalDeviceProperties *)MemUtil.Alloc(typeof(Unmanaged.PhysicalDeviceProperties));
 }