Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5380
void GraphicsRenderMemoryFree(uint64_t vaddr, uint64_t size)
5381
{
5382
GpuMemoryFree(g_render_ctx->GetGraphicCtx(), vaddr, size, false);
5383
}
5384
5385
void GraphicsRenderDeleteIndexBuffers()
5386
{
Callers
1
Run
Method · 0.85
Calls
2
GpuMemoryFree
Function · 0.85
GetGraphicCtx
Method · 0.45
Tested by
no test coverage detected