mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-17 01:07:59 -05:00
shader: Add support for forward declarations
This commit is contained in:
@ -42,7 +42,7 @@ public:
|
||||
|
||||
/// Prepends a new instruction to this basic block before the insertion point.
|
||||
iterator PrependNewInst(iterator insertion_point, Opcode op,
|
||||
std::initializer_list<Value> args = {}, u64 flags = 0);
|
||||
std::initializer_list<Value> args = {}, u32 flags = 0);
|
||||
|
||||
/// Set the branches to jump to when all instructions have executed.
|
||||
void SetBranches(Condition cond, Block* branch_true, Block* branch_false);
|
||||
|
Reference in New Issue
Block a user