Skip to content

Commit

Permalink
Update assets repo submodule reference; Updarte framework code; Add r…
Browse files Browse the repository at this point in the history
…ay tracing samples

Signed-off-by: Rodrigo Holztrattner <[email protected]>
  • Loading branch information
RodrigoHolztrattner-QuIC authored and carlosadcq committed Aug 29, 2023
1 parent ea65e17 commit 8d95c2c
Show file tree
Hide file tree
Showing 484 changed files with 30,793 additions and 13,177 deletions.
12 changes: 6 additions & 6 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
path = framework/external/eigen
url = https://gitlab.com/libeigen/eigen.git
shallow = true
[submodule "framework/external/span"]
path = framework/external/span
url = https://github.com/tcbrindle/span
[submodule "framework/external/Vulkan-Headers"]
path = framework/external/Vulkan-Headers
url = https://github.com/KhronosGroup/Vulkan-Headers.git
[submodule "assets"]
path = assets
url = https://github.com/quic/game-assets-for-adreno-gpu-code-samples
[submodule "framework/external/Vulkan-Headers"]
path = framework/external/Vulkan-Headers
url = https://github.com/KhronosGroup/Vulkan-Headers.git
[submodule "framework/external/KTX-Software"]
path = framework/external/KTX-Software
url = https://github.com/KhronosGroup/KTX-Software
4 changes: 4 additions & 0 deletions 03_BuildTools.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
call cls
pushd project\tools
call build.bat
popd
2 changes: 1 addition & 1 deletion assets
Loading

0 comments on commit 8d95c2c

Please sign in to comment.