From d7773bf877c9ce9cdacd01896972a3c3247fb69e Mon Sep 17 00:00:00 2001 From: Chad Brokaw Date: Sat, 16 Jul 2022 16:49:18 -0400 Subject: [PATCH] formatting --- piet-gpu/shader/tile.h | 1 + 1 file changed, 1 insertion(+) diff --git a/piet-gpu/shader/tile.h b/piet-gpu/shader/tile.h index 45473f2..e11329c 100644 --- a/piet-gpu/shader/tile.h +++ b/piet-gpu/shader/tile.h @@ -147,3 +147,4 @@ void TransformSeg_write(Alloc a, TransformSegRef ref, TransformSeg s) { write_mem(a, ix + 4, floatBitsToUint(s.translate.x)); write_mem(a, ix + 5, floatBitsToUint(s.translate.y)); } +