From 5ca777f6462b9463dfe0ffeedfa8916b7cabd228 Mon Sep 17 00:00:00 2001 From: jacob Date: Wed, 25 Feb 2026 14:18:19 -0600 Subject: [PATCH] formatting --- src/pp/pp_vis/pp_vis_core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pp/pp_vis/pp_vis_core.c b/src/pp/pp_vis/pp_vis_core.c index 4db0719e..aa9d32eb 100644 --- a/src/pp/pp_vis/pp_vis_core.c +++ b/src/pp/pp_vis/pp_vis_core.c @@ -4932,7 +4932,7 @@ void V_TickForever(WaveLaneCtx *lane) { // Prepare shade - // G_Compute(frame->cl, V_PrepareShadeCS, V_ThreadGroupSizeFromTexSize(frame->shade_dims)); + G_Compute(frame->cl, V_PrepareShadeCS, V_ThreadGroupSizeFromTexSize(frame->shade_dims)); // Prepare cells G_Compute(frame->cl, V_PrepareCellsCS, V_ThreadGroupSizeFromTexSize(cells_dims));