Skip to content

Commit

Permalink
switch to hexops/directx-headers (fix Linux host OS builds)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <[email protected]>
  • Loading branch information
emidoots committed Nov 18, 2023
1 parent 7d0f6ff commit c3df16e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
url = https://github.com/google/effcee
[submodule "external/DirectX-Headers"]
path = external/DirectX-Headers
url = https://github.com/microsoft/DirectX-Headers.git
url = https://github.com/hexops/directx-headers
[submodule "external/DIA"]
path = external/DIA
url = https://github.com/slimsag/DIA
2 changes: 1 addition & 1 deletion external/DirectX-Headers
Submodule DirectX-Headers updated 57 files
+3 −0 .github/pull_request_template.md
+18 −0 .github/workflows/ci.yml
+1 −0 .gitignore
+0 −14 Android.bp
+0 −92 CMakeLists.txt
+21 −63 README.md
+0 −41 SECURITY.md
+21 −0 build.zig
+0 −4 cmake/directx-headers-config.cmake.in
+0 −15 googletest/CMakeLists.txt
+0 −1,252 googletest/MockDevice.hpp
+0 −1,352 googletest/feature_support_test.cpp
+2,627 −0 include/directx/D3D12TokenizedProgramFormat.hpp
+7,649 −994 include/directx/d3d12.h
+509 −54 include/directx/d3d12.idl
+86 −6 include/directx/d3d12compatibility.h
+6 −2 include/directx/d3d12compatibility.idl
+433 −18 include/directx/d3d12sdklayers.h
+100 −4 include/directx/d3d12sdklayers.idl
+3 −0 include/directx/d3d12shader.h
+786 −31 include/directx/d3d12video.h
+608 −35 include/directx/d3d12video.idl
+47 −3 include/directx/d3dcommon.h
+52 −4 include/directx/d3dcommon.idl
+13 −5,039 include/directx/d3dx12.h
+192 −0 include/directx/d3dx12_barriers.h
+1,107 −0 include/directx/d3dx12_check_feature_support.h
+1,535 −0 include/directx/d3dx12_core.h
+12 −0 include/directx/d3dx12_default.h
+1,403 −0 include/directx/d3dx12_pipeline_state_stream.h
+124 −0 include/directx/d3dx12_property_format_table.h
+102 −0 include/directx/d3dx12_render_pass.h
+602 −0 include/directx/d3dx12_resource_helpers.h
+1,204 −0 include/directx/d3dx12_root_signature.h
+790 −0 include/directx/d3dx12_state_object.h
+1 −0 include/directx/dxgicommon.idl
+2 −0 include/directx/dxgiformat.h
+2 −0 include/directx/dxgiformat.idl
+75 −6 include/dxguids/dxguids.h
+406 −0 include/wsl/stubs/basetsd.h
+0 −0 include/wsl/stubs/oaidl.h
+0 −0 include/wsl/stubs/ocidl.h
+73 −1 include/wsl/stubs/rpcndr.h
+3 −0 include/wsl/stubs/unknwn.h
+124 −0 include/wsl/stubs/unknwnbase.h
+1 −400 include/wsl/winadapter.h
+7 −7 include/wsl/wrladapter.h
+0 −35 meson.build
+0 −7 meson_options.txt
+2,433 −0 src/d3dx12_property_format_table.cpp
+2 −3 src/dxguids.cpp
+0 −9 test/CMakeLists.txt
+0 −635 test/feature_check_test.cpp
+0 −9 test/meson.build
+0 −33 test/test.cpp
+7 −0 update.sh
+11 −0 verify.sh

0 comments on commit c3df16e

Please sign in to comment.