MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/FleX / imguiGraphDestroy

Function imguiGraphDestroy

demo/d3d11/imguiGraph.cpp:282–287  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280}
281
282void imguiGraphDestroy()
283{
284 imguiGraphFontTextureRelease();
285
286 imguiGraphContextDestroy();
287}
288
289static void getBakedQuad(stbtt_bakedchar *chardata, int pw, int ph, int char_index,
290 float *xpos, float *ypos, stbtt_aligned_quad *q)

Callers 1

DestroyRenderFunction · 0.85

Calls 2

imguiGraphContextDestroyFunction · 0.85

Tested by

no test coverage detected