DiligentGraphics/DiligentCore

Optimize GLSL in the archiver

Closed this issue · 1 comments

Currently, the archiver simply caches the GLSL source code.
The performance can be significantly improved if instead we pack GLSL source code reconstructed from SPIRV.

Completed in 7979193