mirror of
https://github.com/jmarshall23/DoomRTX.git
synced 2026-08-12 08:11:10 +02:00
8 lines
189 B
C
8 lines
189 B
C
#pragma once
|
|
|
|
void R_InitSkyDome();
|
|
void R_ShutdownSkyDome();
|
|
|
|
// Draws the dome behind everything (no depth write), centered on view origin.
|
|
void RB_DrawSkyDome(const viewDef_t* viewDef);
|