MCPcopy Create free account
hub / github.com/InoriRus/Kyty / GraphicsRenderMemoryFree

Function GraphicsRenderMemoryFree

source/emulator/src/Graphics/GraphicsRender.cpp:5380–5383  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5378}
5379
5380void GraphicsRenderMemoryFree(uint64_t vaddr, uint64_t size)
5381{
5382 GpuMemoryFree(g_render_ctx->GetGraphicCtx(), vaddr, size, false);
5383}
5384
5385void GraphicsRenderDeleteIndexBuffers()
5386{

Callers 1

RunMethod · 0.85

Calls 2

GpuMemoryFreeFunction · 0.85
GetGraphicCtxMethod · 0.45

Tested by

no test coverage detected