Community-driven advanced graphics modifications for AE, SE and VR. Also fixes bugs and improves performance.
GNU General Public License v3.0
187
stars
46
forks
source link
COPY_SHADERS should only copy changed files. #550
Open
alandtse opened 1 month ago
See failed attempt here #526
This is caused by the use of:
Which will touch EVERY shader and thus force EVERY SHADER TO RECOMPILE. This is inefficient.