mirror of
https://github.com/amerkoleci/Vortice.Win32.git
synced 2026-01-14 08:06:02 +08:00
Dxc: Expose CLSID_DxcUtils as alias of CLSID_DxcLibrary
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user