mirror of
https://github.com/amerkoleci/Vortice.Win32.git
synced 2026-01-14 16:16:04 +08:00
Update metadata to 39.0.18-preview
Generator: Add initial Interface generation.
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user