formatting

This commit is contained in:
jacob 2026-02-25 14:18:19 -06:00
parent 95b182ae1e
commit 5ca777f646

View File

@ -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));