mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-02-08 16:54:24 +01:00
8 lines
142 B
C++
8 lines
142 B
C++
#pragma once
|
|
#include "ir/Context.hpp"
|
|
#include "ir/Region.hpp"
|
|
|
|
namespace shader {
|
|
bool optimize(ir::Context &context, ir::Region region);
|
|
}
|