mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-02-03 04:10:57 +00:00
No description
fbc22e0125
Sorry, but having a globally writable pointer to every texture is just insane and makes any functional management impossible. This is merely a preparation for adding a real texture manager. That cannot be done if any code can write over the data at will. For that, it now has to make the texture writable first or create a writable empty texture. |
||
---|---|---|
build-doc | ||
cmake | ||
libraries | ||
package/common | ||
platform | ||
source | ||
tools | ||
wadsrc | ||
.gitattributes | ||
.gitignore | ||
_clang-format | ||
AUTHORS.md | ||
CMakeLists.txt | ||
GNUmakefile |