Skip to content

Commit

Permalink
CLSID_DxcUtils is not included in metadata. Fixed #1812.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebattista committed Jan 24, 2024
1 parent c3c9fea commit 8f1e5cc
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generation/WinSDK/Partitions/Direct3DDxc/settings.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,5 @@
<IncludeRoot>/um/dxcapi.h
--namespace
Windows.Win32.Graphics.Direct3D.Dxc
--exclude
CLSID_DxcUtils
11 changes: 11 additions & 0 deletions generation/WinSDK/manual/Dxc.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
using System;
using System.Runtime.InteropServices;
using Windows.Win32.Foundation.Metadata;

namespace Windows.Win32.Graphics.Direct3D.Dxc
{
public static unsafe partial class Apis
{
public static readonly Guid CLSID_DxcUtils = new Guid("6245d6af-66e0-48fd-80b4-4d271796748c");
}
}
2 changes: 2 additions & 0 deletions scripts/ChangesSinceLastRelease.txt
Original file line number Diff line number Diff line change
Expand Up @@ -556,3 +556,5 @@ Windows.Win32.NetworkManagement.WiFi.Apis.DEVPKEY_PciDevice_UsbComponentRelation
Windows.Win32.NetworkManagement.WiFi.Apis.DEVPKEY_PciDevice_UsbDvsecPortSpecificAttributes added
Windows.Win32.NetworkManagement.WiFi.Apis.DEVPKEY_PciDevice_UsbDvsecPortType added
Windows.Win32.NetworkManagement.WiFi.Apis.DEVPKEY_PciDevice_UsbHostRouterName added
# Fixed #1812.
Windows.Win32.Graphics.Direct3D.Dxc.Apis.CLSID_DxcUtils added

0 comments on commit 8f1e5cc

Please sign in to comment.