diff --git a/src/Vortice.Win32.Graphics.Direct3D.Dxc/Apis.cs b/src/Vortice.Win32.Graphics.Direct3D.Dxc/Apis.cs index e395d26..fcd4b84 100644 --- a/src/Vortice.Win32.Graphics.Direct3D.Dxc/Apis.cs +++ b/src/Vortice.Win32.Graphics.Direct3D.Dxc/Apis.cs @@ -1,12 +1,12 @@ // Copyright © Amer Koleci and Contributors. // Licensed under the MIT License (MIT). See LICENSE in the repository root for more information. -using System.Runtime.CompilerServices; - namespace Win32.Graphics.Direct3D.Dxc; 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) { return DxcCreateInstance(