Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InoriRus/Kyty
/ DeleteDescriptor
Function
DeleteDescriptor
source/emulator/src/Graphics/GraphicsRender.cpp:3557–3560 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3555
}
3556
3557
void DeleteDescriptor(VulkanBuffer* buffer)
3558
{
3559
g_render_ctx->GetDescriptorCache()->FreeDescriptor(buffer);
3560
}
3561
3562
void DeleteDescriptor(TextureVulkanImage* image)
3563
{
Callers
4
VulkanDeleteBuffer
Function · 0.85
delete_func
Function · 0.85
delete_func
Function · 0.85
delete_func
Function · 0.85
Calls
2
FreeDescriptor
Method · 0.80
GetDescriptorCache
Method · 0.80
Tested by
no test coverage detected