Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tr_image: deep rewrite of the image loading code
- do not walk .shader files in tr_image.cpp - do not use R_FindImageLoader with cube maps - only use home read for KTX with IF_HOMEPATH - load home KTX with IF_HOMEPATH before doing any lookup - do not do any other home loading - test multifile cubemaps before singlefile ones (or preview may be loaded as cubemap instead) - fix a crash when singlefile cubemap is freed because it was loaded but not created - look for cubemap file with explicit extension - add many debug logs and factorize them
- Loading branch information