gpu/shaders: update piet-gpu

Changes:

- fix BeginClip bounding box
- replace continue not supported by HLSL

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2021-04-09 11:16:21 +02:00
parent e9a020f774
commit 3a94f7bf70
3 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -231,7 +231,7 @@ void main() {
case Cmd_Jump:
cmd_ref = CmdRef(Cmd_Jump_read(cmd_alloc, cmd_ref).new_ref);
cmd_alloc.offset = cmd_ref.offset;
continue;
break;
}
}