formatting

This commit is contained in:
jacob 2026-02-01 12:06:07 -06:00
parent 09333b1b62
commit 2dd15d1078

View File

@ -4259,11 +4259,11 @@ void V_TickForever(WaveLaneCtx *lane)
} }
////////////////////////////// //////////////////////////////
//- Render //- Begin gpu frame
{ {
////////////////////////////// //////////////////////////////
//- Begin gpu frame //- Setup gpu data
// Screen texture // Screen texture
G_ResourceHandle screen_target = G_PushTexture2D( G_ResourceHandle screen_target = G_PushTexture2D(
@ -4429,7 +4429,7 @@ void V_TickForever(WaveLaneCtx *lane)
G_DumbGlobalMemorySync(frame->cl); G_DumbGlobalMemorySync(frame->cl);
////////////////////////////// //////////////////////////////
//- Setup pass //- Initialization pass
{ {
// Prepare shade // Prepare shade