mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2025-12-31 11:45:36 +01:00
Update README.md and remove automatic capabilities addition
This commit is contained in:
parent
73595f4588
commit
ba92d8ea08
4 changed files with 5 additions and 105 deletions
|
|
@ -77,7 +77,6 @@ Id Module::OpReturnValue(Id value) {
|
|||
}
|
||||
|
||||
Id Module::OpKill() {
|
||||
AddCapability(spv::Capability::Shader);
|
||||
return AddCode(std::make_unique<Op>(spv::Op::OpKill));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue