formatting
This commit is contained in:
parent
09333b1b62
commit
2dd15d1078
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user