mirror of
https://github.com/azahar-emu/sirit.git
synced 2026-03-31 08:20:58 +02:00
Rename Ref alias to Id
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
|
||||
namespace Sirit {
|
||||
|
||||
Ref Module::OpUndef(Ref result_type) {
|
||||
Id Module::OpUndef(Id result_type) {
|
||||
return AddCode(new Op(spv::Op::OpUndef, bound++, result_type));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user