glsl: Address Rodrigo's feedback

This commit is contained in:
ameerj 2021-06-11 00:33:33 -04:00
parent 8ab7780015
commit 5d2cd1551f
13 changed files with 87 additions and 75 deletions

View file

@ -14,8 +14,7 @@ void EmitJoin(EmitContext&) {
throw NotImplementedException("Join shouldn't be emitted");
}
void EmitDemoteToHelperInvocation(EmitContext& ctx,
[[maybe_unused]] std::string_view continue_label) {
void EmitDemoteToHelperInvocation(EmitContext& ctx) {
ctx.Add("discard;");
}