Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1336
VulkanBuffer* GdsBuffer::GetBuffer(GraphicContext* ctx)
1337
{
1338
Core::LockGuard lock(m_mutex);
1339
1340
Init(ctx);
1341
1342
return m_buffer;
1343
}
1344
1345
void CommandPool::Create(int id)
1346
{
Callers
1
BindDescriptors
Function · 0.80
Calls
1
Init
Function · 0.70
Tested by
no test coverage detected