mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-31 07:53:36 +08:00
MacroHLE: Add HLE replacement for base vertex and base instance.
This commit is contained in:
@@ -13,7 +13,7 @@ struct HostTranslateInfo;
|
||||
namespace Shader::Optimization {
|
||||
|
||||
void CollectShaderInfoPass(Environment& env, IR::Program& program);
|
||||
void ConstantPropagationPass(IR::Program& program);
|
||||
void ConstantPropagationPass(Environment& env, IR::Program& program);
|
||||
void DeadCodeEliminationPass(IR::Program& program);
|
||||
void GlobalMemoryToStorageBufferPass(IR::Program& program);
|
||||
void IdentityRemovalPass(IR::Program& program);
|
||||
|
||||
Reference in New Issue
Block a user