MCPcopy 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
3557void DeleteDescriptor(VulkanBuffer* buffer)
3558{
3559 g_render_ctx->GetDescriptorCache()->FreeDescriptor(buffer);
3560}
3561
3562void DeleteDescriptor(TextureVulkanImage* image)
3563{

Callers 4

VulkanDeleteBufferFunction · 0.85
delete_funcFunction · 0.85
delete_funcFunction · 0.85
delete_funcFunction · 0.85

Calls 2

FreeDescriptorMethod · 0.80
GetDescriptorCacheMethod · 0.80

Tested by

no test coverage detected