MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / GetCommandQueue

Method GetCommandQueue

deps/LLGL/sources/Renderer/Vulkan/VKRenderSystem.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109/* ----- Command queues ----- */
110
111CommandQueue* VKRenderSystem::GetCommandQueue()
112{
113 return commandQueue_.get();
114}
115
116/* ----- Command buffers ----- */
117

Callers 14

RenderEngineMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
LoadMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
ExampleBaseMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 1

getMethod · 0.45

Tested by 8

mainFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36
LoadMethod · 0.36
mainFunction · 0.36
mainFunction · 0.36