mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2026-01-01 12:15:45 +01:00
Remove Op prefix for Name
This commit is contained in:
parent
a08aeec982
commit
b8188f5ec4
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
namespace Sirit {
|
||||
|
||||
Ref Module::OpName(Ref target, const std::string& name) {
|
||||
Ref Module::Name(Ref target, const std::string& name) {
|
||||
auto op{new Op(spv::Op::OpName)};
|
||||
op->Add(target);
|
||||
op->Add(name);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue