mirror of
https://github.com/amerkoleci/Vortice.Win32.git
synced 2026-01-14 16:16:04 +08:00
Improve more bindings and new Direct3D11on12 support.
This commit is contained in:
@@ -16,6 +16,7 @@ public static class Program
|
||||
"Graphics.Direct3D.json",
|
||||
"Graphics.Direct3D11.json",
|
||||
"Graphics.Direct3D12.json",
|
||||
"Graphics.Direct3D11on12.json",
|
||||
"Graphics.Direct3D.Dxc.json",
|
||||
"Graphics.Direct3D.Fxc.json",
|
||||
"Graphics.Direct2D.Common.json",
|
||||
@@ -1597,7 +1598,7 @@ public static class Program
|
||||
|
||||
if (!autoGenerated)
|
||||
{
|
||||
writer.WriteLine($"/// <include file='../{writer.DocFileName}.xml' path='doc/member[@name=\"{enumType.Name}\"]/*' />");
|
||||
writer.WriteLine($"/// <include file='{writer.DocFileName}.xml' path='doc/member[@name=\"{enumType.Name}\"]/*' />");
|
||||
}
|
||||
|
||||
if (s_generateUnmanagedDocs)
|
||||
@@ -2127,6 +2128,11 @@ public static class Program
|
||||
out string parameterType,
|
||||
out string parameterName);
|
||||
|
||||
if (method.Name == "CreateWrappedResource")
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
argumentBuilder
|
||||
.Append(parameterType)
|
||||
.Append(' ')
|
||||
|
||||
Reference in New Issue
Block a user