Skip to content

Commit

Permalink
Add DXGI types to remap-namespaces.rsp
Browse files Browse the repository at this point in the history
  • Loading branch information
rickbrew committed Dec 21, 2024
1 parent 7ba3019 commit 55141ca
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
5 changes: 0 additions & 5 deletions generation/Windows/um/Presentation/generate.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,3 @@ TerraFX.Interop.Windows
C:/Program Files (x86)/Windows Kits/10/Include/10.0.26100.0/um/Presentation.h
--with-librarypath
CreatePresentationFactory=dcomp
--with-using
CompositionFrameDisplayInstance=TerraFX.Interop.DirectX
ICompositionFramePresentStatistics=TerraFX.Interop.DirectX
IPresentationSurface=TerraFX.Interop.DirectX
IPresentationSurface2=TerraFX.Interop.DirectX
2 changes: 2 additions & 0 deletions generation/remap-namespaces.rsp
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,8 @@ DxcValidatorFlags=TerraFX.Interop.DirectX
DxcVersionInfoFlags=TerraFX.Interop.DirectX
DXDIAG=TerraFX.Interop.DirectX
DXGI=TerraFX.Interop.DirectX
DXGI_ALPHA_MODE=TerraFX.Interop.DirectX
DXGI_COLOR_SPACE_TYPE=TerraFX.Interop.DirectX
DXGI_FORMAT=TerraFX.Interop.DirectX
DXGI_JPEG_QUANTIZATION_TABLE=TerraFX.Interop.DirectX
DXGI_RGBA=TerraFX.Interop.DirectX
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
using System;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using TerraFX.Interop.DirectX;
using static TerraFX.Interop.Windows.IID;

namespace TerraFX.Interop.Windows;
Expand Down

0 comments on commit 55141ca

Please sign in to comment.