mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-11 14:48:00 -05:00
shader: Implement indexed attributes
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
|
||||
namespace Shader::Optimization {
|
||||
|
||||
void CollectShaderInfoPass(IR::Program& program);
|
||||
void CollectShaderInfoPass(Environment& env, IR::Program& program);
|
||||
void ConstantPropagationPass(IR::Program& program);
|
||||
void DeadCodeEliminationPass(IR::Program& program);
|
||||
void GlobalMemoryToStorageBufferPass(IR::Program& program);
|
||||
|
Reference in New Issue
Block a user