MCPcopy Create free account
hub / github.com/crossuo/crossuo / gfx_render_list_destroy

Function gfx_render_list_destroy

src/Main.cpp:110–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

108}
109
110void gfx_render_list_destroy()
111{
112 if (s_renderCmdListData)
113 {
114 free(s_renderCmdListData);
115 s_renderCmdListData = nullptr;
116 }
117 g_renderCmdList = nullptr;
118}
119
120void fatal_error_dialog(const char *message)
121{

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected