This website requires JavaScript.
Explore
Help
Register
Sign In
lee
/
renderdoc
Watch
1
Star
0
Fork
0
mirror of
https://github.com/baldurk/renderdoc.git
synced
2026-09-07 06:15:38 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
98f91fcc0e190ae0492fe71c745a88df128ab500
renderdoc
/
renderdoc
/
serialise
T
History
baldurk
14bc99947c
Add a debug-only mode to log everything going through a serialiser
...
* We also allow structured export on write, again in debug builds only
2019-10-29 18:08:33 +00:00
..
codecs
Convert ToStr, Serialise, and TypeName to use literal strings
2019-05-15 14:12:17 +01:00
comp_io_tests.cpp
…
lz4io.cpp
…
lz4io.h
…
rdcfile.cpp
Make it possible to write chunks larger than 4 GB
2019-05-10 10:25:26 -07:00
rdcfile.h
Make it possible to write chunks larger than 4 GB
2019-05-10 10:25:26 -07:00
serialiser_tests.cpp
Replace use of std::pair with rdcpair wherever possible
2019-05-17 16:32:56 +01:00
serialiser.cpp
Add a debug-only mode to log everything going through a serialiser
2019-10-29 18:08:33 +00:00
serialiser.h
Add a debug-only mode to log everything going through a serialiser
2019-10-29 18:08:33 +00:00
streamio_tests.cpp
…
streamio.cpp
…
streamio.h
Don't clear important data when using StructuredSerialiser
2019-10-10 16:48:42 +01:00
zstdio.cpp
…
zstdio.h
…