mirror of
https://git.sr.ht/~eliasnaur/gio
synced 2026-07-02 16:06:19 +00:00
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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user