mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2025-12-25 08:46:02 +01:00
Add OpKill
This commit is contained in:
parent
93d42e62da
commit
3641e1de45
2 changed files with 8 additions and 0 deletions
|
|
@ -194,6 +194,9 @@ class Module {
|
|||
/// Return a value from a function.
|
||||
Id OpReturnValue(Id value);
|
||||
|
||||
/// Fragment-shader discard.
|
||||
Id OpKill();
|
||||
|
||||
// Debug
|
||||
|
||||
/// Assign a name string to a reference.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue