MCPcopy Create free account
hub / github.com/DescentDevelopers/Descent3 / ResetPostrenderList

Function ResetPostrenderList

Descent3/postrender.cpp:98–98  ·  view source on GitHub ↗

Resets out postrender list for a new frame

Source from the content-addressed store, hash-verified

96
97// Resets out postrender list for a new frame
98void ResetPostrenderList() { Num_postrenders = 0; }
99
100// Compare function for room face sort
101static int Postrender_sort_func(const postrender_struct *a, const postrender_struct *b) {

Callers 3

RenderMethod · 0.85
OnLButtonDownMethod · 0.85
GameRenderWorldFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected