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

Method GetBuffer

source/emulator/src/Graphics/GraphicsRender.cpp:1336–1343  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1334}
1335
1336VulkanBuffer* GdsBuffer::GetBuffer(GraphicContext* ctx)
1337{
1338 Core::LockGuard lock(m_mutex);
1339
1340 Init(ctx);
1341
1342 return m_buffer;
1343}
1344
1345void CommandPool::Create(int id)
1346{

Callers 1

BindDescriptorsFunction · 0.80

Calls 1

InitFunction · 0.70

Tested by

no test coverage detected