diff options
Diffstat (limited to 'build/visual-studio/gfx')
| -rw-r--r-- | build/visual-studio/gfx/gfx.vcxproj | 2 | ||||
| -rw-r--r-- | build/visual-studio/gfx/gfx.vcxproj.filters | 6 |
2 files changed, 8 insertions, 0 deletions
diff --git a/build/visual-studio/gfx/gfx.vcxproj b/build/visual-studio/gfx/gfx.vcxproj index 583d78e25..3198cd6e1 100644 --- a/build/visual-studio/gfx/gfx.vcxproj +++ b/build/visual-studio/gfx/gfx.vcxproj @@ -372,6 +372,7 @@ IF EXIST "$(SolutionDir)tools\gfx\slang.slang"\ (xcopy /Q /E /Y /I "$(SolutionDi <ClInclude Include="..\..\..\tools\gfx\d3d12\d3d12-framebuffer.h" />
<ClInclude Include="..\..\..\tools\gfx\d3d12\d3d12-helper-functions.h" />
<ClInclude Include="..\..\..\tools\gfx\d3d12\d3d12-pipeline-state.h" />
+ <ClInclude Include="..\..\..\tools\gfx\d3d12\d3d12-posix-synchapi.h" />
<ClInclude Include="..\..\..\tools\gfx\d3d12\d3d12-query.h" />
<ClInclude Include="..\..\..\tools\gfx\d3d12\d3d12-render-pass.h" />
<ClInclude Include="..\..\..\tools\gfx\d3d12\d3d12-resource-views.h" />
@@ -490,6 +491,7 @@ IF EXIST "$(SolutionDir)tools\gfx\slang.slang"\ (xcopy /Q /E /Y /I "$(SolutionDi <ClCompile Include="..\..\..\tools\gfx\d3d12\d3d12-fence.cpp" />
<ClCompile Include="..\..\..\tools\gfx\d3d12\d3d12-helper-functions.cpp" />
<ClCompile Include="..\..\..\tools\gfx\d3d12\d3d12-pipeline-state.cpp" />
+ <ClCompile Include="..\..\..\tools\gfx\d3d12\d3d12-posix-synchapi.cpp" />
<ClCompile Include="..\..\..\tools\gfx\d3d12\d3d12-query.cpp" />
<ClCompile Include="..\..\..\tools\gfx\d3d12\d3d12-render-pass.cpp" />
<ClCompile Include="..\..\..\tools\gfx\d3d12\d3d12-resource-views.cpp" />
diff --git a/build/visual-studio/gfx/gfx.vcxproj.filters b/build/visual-studio/gfx/gfx.vcxproj.filters index 1a7ed3d03..c4fcd6046 100644 --- a/build/visual-studio/gfx/gfx.vcxproj.filters +++ b/build/visual-studio/gfx/gfx.vcxproj.filters @@ -183,6 +183,9 @@ <ClInclude Include="..\..\..\tools\gfx\d3d12\d3d12-pipeline-state.h">
<Filter>Header Files</Filter>
</ClInclude>
+ <ClInclude Include="..\..\..\tools\gfx\d3d12\d3d12-posix-synchapi.h">
+ <Filter>Header Files</Filter>
+ </ClInclude>
<ClInclude Include="..\..\..\tools\gfx\d3d12\d3d12-query.h">
<Filter>Header Files</Filter>
</ClInclude>
@@ -533,6 +536,9 @@ <ClCompile Include="..\..\..\tools\gfx\d3d12\d3d12-pipeline-state.cpp">
<Filter>Source Files</Filter>
</ClCompile>
+ <ClCompile Include="..\..\..\tools\gfx\d3d12\d3d12-posix-synchapi.cpp">
+ <Filter>Source Files</Filter>
+ </ClCompile>
<ClCompile Include="..\..\..\tools\gfx\d3d12\d3d12-query.cpp">
<Filter>Source Files</Filter>
</ClCompile>
|
