-
Notifications
You must be signed in to change notification settings - Fork 11
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
1 parent
e0092bf
commit 48736a6
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule spike
updated
19 files
+2 −2 | .github/workflows/cmake.yml | |
+1 −1 | LICENSE | |
+5 −5 | README.md | |
+2 −0 | include/spike/app/cache.hpp | |
+24 −10 | include/spike/app/texel.hpp | |
+53 −7 | include/spike/app_context.hpp | |
+2 −2 | include/spike/gpu/BlockDecoder.h | |
+3 −3 | include/spike/gpu/BlockDecoder.inl | |
+4 −4 | include/spike/io/fileinfo.hpp | |
+1 −0 | include/spike/reflect/detail/reflector_type.hpp | |
+1 −0 | include/spike/reflect/reflector.hpp | |
+1 −0 | include/spike/reflect/reflector_io.hpp | |
+2 −1 | include/spike/uni/detail/format_full.hpp | |
+1 −0 | include/spike/uni/model.hpp | |
+32 −8 | src/app/in_context.cpp | |
+14 −1 | src/app/out_context.cpp | |
+855 −134 | src/app/texel.cpp | |
+12 −2 | src/gltf/gltf.cpp | |
+1 −2 | src/uni_format.cpp |