mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-17 08:02:41 +00:00
glsl: Address Rodrigo's feedback
This commit is contained in:
@@ -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;");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user