mirror of
https://github.com/ZDoom/Raze.git
synced 2024-11-15 08:51:24 +00:00
Build engine port backed by GZDoom tech. Currently supports Duke Nukem 3D, Blood, Shadow Warrior, Redneck Rampage and Powerslave/Exhumed.
94aa556953
For main resource data this is probably unnecessary - most resources are never cached with the exception of sounds and textures, which are loaded permanently anyway. But for hardware textures this is different. Due to the poor precaching it is impossible to selectively evict hardware textures that are not needed any longer, so for this an MRU cache is really needed so that they do not accumulate and congest the video RAM in the process. |
||
---|---|---|
build-doc | ||
cmake | ||
libraries | ||
package/common | ||
platform | ||
source | ||
tools | ||
wadsrc | ||
.gitattributes | ||
.gitignore | ||
_clang-format | ||
AUTHORS.md | ||
CMakeLists.txt |