mirror of
https://github.com/azahar-emu/sirit.git
synced 2026-03-22 12:01:01 +01:00
Rename Ref alias to Id
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
namespace Sirit {
|
||||
|
||||
Ref Module::Name(Ref target, const std::string& name) {
|
||||
Id Module::Name(Id target, const std::string& name) {
|
||||
auto op{new Op(spv::Op::OpName)};
|
||||
op->Add(target);
|
||||
op->Add(name);
|
||||
|
||||
Reference in New Issue
Block a user