User:Monster Iestyn/Source Code Documentation/r_local.h
Appearance
Online link | GitHub entry |
---|---|
File type | C header file |
#include guard | __R_LOCAL__
|
The global header file for all rendering/drawing modules. This includes all the header files prefixed with r_
, except for r_splats.h
.
Includes
- doomdef.h
- tables.h
- screen.h
- m_bbox.h
- r_main.h
- r_bsp.h
- r_segs.h
- r_plane.h
- r_sky.h
- r_data.h
- r_things.h
- r_draw.h
Externs
Data name | Data type | Non-extern location(s) | Description |
---|---|---|---|
*firstseg
|
drawseg_t
|
r_bsp.c
|
Temporary pointer to the first drawseg created in the current subsector being rendered through R_RenderBSPNode .
This is non-
|
Function prototypes
Function name | Return type | Params | Defined in | Description |
---|---|---|---|---|
SplitScreen_OnChange
|
void | none | r_main.c
|
Changes settings based on the current value of splitscreen , usually called after splitscreen 's value has been changed. This was formerly the function called when the now-removed "splitscreen" console variable's value was modified.
|