-
Notifications
You must be signed in to change notification settings - Fork 2
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 RavEngine
updated
18 files
+9 −11 | deps/RGL/deps/ShaderTranspiler/src/ShaderTranspiler.cpp | |
+3 −3 | deps/RGL/src/MTLCommandBuffer.mm | |
+0 −1 | deps/RGL/src/MTLDevice.mm | |
+1 −1 | deps/RGL/src/RGL.cpp | |
+1 −1 | deps/RGL/src/RGLCommon.hpp | |
+1 −3 | deps/RGL/src/RGLVk.hpp | |
+1 −1 | deps/RGL/src/RGLVkCommon.cpp | |
+3 −0 | include/RavEngine/App.hpp | |
+22 −2 | include/RavEngine/Profile.hpp | |
+2 −3 | include/RavEngine/RenderEngine.hpp | |
+1 −1 | shaders/skinning_cs.csh | |
+114 −98 | src/App_priv.hpp | |
+5 −2 | src/InputManager.cpp | |
+10 −8 | src/Profile.cpp | |
+0 −19 | src/RenderEngine.cpp | |
+75 −36 | src/RenderEngine_Draw.cpp | |
+3 −1 | src/World.cpp | |
+3 −1 | tools/rvesc/particle_mesh_selection.csh |