Dxc: Expose CLSID_DxcUtils as alias of CLSID_DxcLibrary

This commit is contained in:
Amer Koleci
2022-12-09 11:06:10 +01:00
parent c1d457d5fd
commit a768f59eea

View File

@@ -1,12 +1,12 @@
// Copyright © Amer Koleci and Contributors. // Copyright © Amer Koleci and Contributors.
// Licensed under the MIT License (MIT). See LICENSE in the repository root for more information. // Licensed under the MIT License (MIT). See LICENSE in the repository root for more information.
using System.Runtime.CompilerServices;
namespace Win32.Graphics.Direct3D.Dxc; namespace Win32.Graphics.Direct3D.Dxc;
public static unsafe partial class Apis public static unsafe partial class Apis
{ {
public static ref readonly Guid CLSID_DxcUtils => ref CLSID_DxcLibrary;
public static HResult DxcCreateInstance(in Guid rclsid, Guid* riid, void** ppv) public static HResult DxcCreateInstance(in Guid rclsid, Guid* riid, void** ppv)
{ {
return DxcCreateInstance( return DxcCreateInstance(