mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
7 lines
142 B
C++
7 lines
142 B
C++
#pragma once
|
|
#include "ir/Context.hpp"
|
|
#include "ir/Region.hpp"
|
|
|
|
namespace shader {
|
|
bool optimize(ir::Context &context, ir::Region region);
|
|
}
|