You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
[FYI] dan.elksnitis Original CL Desc ----------------------------------------------------------------- [shaders] - store shadertype associations for each shader in a shadermap in the editor only data - output a debug artifact containing per-shadertype permutation/memory stats; note that this is not directly representative of final shader memory usage since it doesn't account for shader library deduplication or shader library chunk re-duplication; it is only intended to be used as a tool for tracking/identifying shader growth due to added/modified shadertypes - remove the old "dumpshadercodestats" path from the shader library, as well as the stats tracking "unique" shaders and shader memory; the former is no longer used and the latter does not correctly account for library chunking - bump shader version due to shadermap editoronly data change #rb Arciel.Rekman [CL 31775922 by bob tellez in 5.4 branch]