formatting
This commit is contained in:
parent
95b182ae1e
commit
5ca777f646
@ -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));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user