Skip to content

Commit

Permalink
vulkan: Throttle the number of shader compiles during the build step. (
Browse files Browse the repository at this point in the history
…#10222)

Fixes #9582

Spawning too many concurrent copies of glslc leads to "Failed to create pipes"
errors on Linux. This change applies the same throttling we use for
multithreaded pipeline creation.
  • Loading branch information
jeffbolznv authored Nov 11, 2024
1 parent b0cefea commit 54ef9cf
Showing 1 changed file with 122 additions and 210 deletions.
Loading

0 comments on commit 54ef9cf

Please sign in to comment.