Skip to content

Commit

Permalink
Create DirectX Sample (#118)
Browse files Browse the repository at this point in the history
* Create directx sample

* Pass along partition interfaces to implementation units

* Fix issue where Value Table manager was not truncating writes to existing files
  • Loading branch information
mwasplund authored Mar 21, 2022
1 parent 2f18585 commit 16ab1f1
Show file tree
Hide file tree
Showing 15 changed files with 4,845 additions and 5 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
run: soup build ./Soup/Samples/Cpp/BuildExtension/Executable/ -flavor ${{matrix.config}} -v:d
- name: Soup Build Cpp ConsoleApplication
run: soup build ./Soup/Samples/Cpp/ConsoleApplication/ -flavor ${{matrix.config}} -v:d
- name: Soup Build Cpp DirectX
run: soup build ./Soup/Samples/Cpp/DirectX/ -flavor ${{matrix.config}} -v:d
- name: Soup Build Cpp DynamicLibrary
run: soup build ./Soup/Samples/Cpp/DynamicLibrary/Application/ -flavor ${{matrix.config}} -v:d
- name: Soup Build Cpp ModuleInterface
Expand Down
Loading

0 comments on commit 16ab1f1

Please sign in to comment.