Merge branch 'master' into ssbo-align

This commit is contained in:
Ameer J 2023-11-26 21:08:53 -05:00 committed by GitHub
commit a9e011c9c2
409 changed files with 37059 additions and 27474 deletions

View file

@ -310,6 +310,7 @@ IR::Program TranslateProgram(ObjectPool<IR::Inst>& inst_pool, ObjectPool<IR::Blo
}
Optimization::CollectShaderInfoPass(env, program);
Optimization::LayerPass(program, host_info);
Optimization::VendorWorkaroundPass(program);
CollectInterpolationInfo(env, program);
AddNVNStorageBuffers(program);