forked from upf-gti/wgpuEngineSample
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule wgpuEngine
updated
11 files
+1 −1 | CMakeLists.txt | |
+8 −0 | src/engine/engine.cpp | |
+2 −1 | src/framework/camera/camera.h | |
+20 −6 | src/framework/input.cpp | |
+2 −2 | src/framework/input.h | |
+8 −4 | src/framework/parsers/parse_gltf.cpp | |
+2 −1 | src/framework/parsers/parse_gltf.h | |
+2 −2 | src/framework/parsers/parse_scene.cpp | |
+2 −1 | src/framework/parsers/parse_scene.h | |
+11 −1 | src/xr/openxr_context.cpp | |
+5 −0 | src/xr/openxr_context.h |