Jump to content

[SOLVED] Single thread shaders compilation


photo

Recommended Posts

Posted (edited)

Just creating some new projects including add-ons such as road tool or vegetation, noticed the shaders compilation does use 10-15% of my CPU, a 6 core Ryzen 2600X, needing some time.

It's this a strictly single thread task, or can i.e. configured to span compilation on multiple threads?

Edited by davide445
Posted

Davide,

Right now it's bound to a single thread. However, compilation times are not too long and you still can use Editor during this process.

We do have plan to improve this process in the future SDK updates.

Thanks!

How to submit a good bug report
---
FTP server for test scenes and user uploads:

Posted

Yes right now it's not too long, even if the viewer is going at 5fps. 

Checking all the topics for future usage. 

  • 4 years later...
Posted (edited)

Hey,

Any news on this topic? Is multi thread shader compilation available in higher versions of the editor?

The project I work on has ~50.000 shaders, which actually does take a while. Multi-thread usage would speed up this process a lot :D

Edited by Goetz.Benjamin
Posted

Right now with async shader compiler (SDK 2.18+) you no longer should have a performance degradation while working with project inside Editor. Multi-threaded shader compiler will be probably added later (maybe even with UNIGINE 3.x series).

So far artists feedback is very positive regarding async shader compile and it really quite useful for complex worlds development.

How to submit a good bug report
---
FTP server for test scenes and user uploads:

×
×
  • Create New...