mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2026-03-07 13:06:28 +00:00
Add DemoteToHelperInvocation support
This commit is contained in:
@@ -287,13 +287,16 @@ public:
|
||||
std::span<const Id> labels);
|
||||
|
||||
/// Returns with no value from a function with void return type.
|
||||
Id OpReturn();
|
||||
void OpReturn();
|
||||
|
||||
/// Return a value from a function.
|
||||
Id OpReturnValue(Id value);
|
||||
|
||||
/// Fragment-shader discard.
|
||||
Id OpKill();
|
||||
void OpKill();
|
||||
|
||||
/// Demote fragment shader invocation to a helper invocation
|
||||
void OpDemoteToHelperInvocationEXT();
|
||||
|
||||
// Debug
|
||||
|
||||
|
||||
Reference in New Issue
Block a user