mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2025-12-21 21:36:17 +01:00
Add OpDemoteToHelperInvocation, OpTerminateInvocation
This commit is contained in:
parent
661499f6ec
commit
d7ad93a888
3 changed files with 17 additions and 4 deletions
|
|
@ -309,12 +309,16 @@ public:
|
|||
/// Return a value from a function.
|
||||
Id OpReturnValue(Id value);
|
||||
|
||||
/// Fragment-shader discard.
|
||||
/// Deprecated fragment-shader discard.
|
||||
void OpKill();
|
||||
|
||||
/// Demote fragment shader invocation to a helper invocation
|
||||
void OpDemoteToHelperInvocation();
|
||||
void OpDemoteToHelperInvocationEXT();
|
||||
|
||||
/// Fragment-shader discard.
|
||||
void OpTerminateInvocation();
|
||||
|
||||
// Debug
|
||||
|
||||
/// Assign a name string to a reference.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue