mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-31 15:58:07 +08: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