Update metadata to 39.0.18-preview

Generator: Add initial Interface generation.
This commit is contained in:
Amer Koleci
2022-12-01 16:26:51 +01:00
parent b04caed143
commit 61295b00a2
572 changed files with 48214 additions and 887 deletions

View File

@@ -4,6 +4,7 @@
using System.Buffers;
using System.Text.RegularExpressions;
using System.Text;
using static Win32.Apis;
namespace Win32.Graphics.Direct3D.Fxc;
@@ -51,7 +52,7 @@ public static unsafe partial class Apis
}
}
hr.ThrowIfFailed();
ThrowIfFailed(hr);
return d3dBlobBytecode.Move();
}