Jump to content

Improve performance of generating shader cache files


photo

Recommended Posts

Hi,

I observed that shader cache files shader_d3d11.cache and shader_d3d11_debug.cache are generated by 1 main thread CPU. It is time consuming operation and block other operation (for e.g. in my project it takes about half hour to compile it and it's block Editor2 for this time) - you should wait to finish generating it to use Editor2. 

I suggest you to use more threads and add possibility to do it in background or even move generating it to GPU. It would be really helpful :)

Best

Edited by Klimczak.Jan
Link to comment
×
×
  • Create New...