mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
9 lines
189 B
C++
9 lines
189 B
C++
|
|
#pragma once
|
||
|
|
#include "SpvConverter.hpp"
|
||
|
|
#include "ir.hpp"
|
||
|
|
|
||
|
|
namespace shader {
|
||
|
|
void structurizeCfg(spv::Context &context, ir::RegionLike region,
|
||
|
|
ir::Value exitLabel);
|
||
|
|
}
|