mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-27 19:04:28 +01: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);
|
|
}
|