MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / submit

Method submit

framework/core/queue.cpp:76–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74}
75
76VkResult Queue::submit(const std::vector<VkSubmitInfo> &submit_infos, VkFence fence) const
77{
78 return vkQueueSubmit(handle, to_u32(submit_infos.size()), submit_infos.data(), fence);
79}
80
81VkResult Queue::submit(const vkb::core::CommandBufferC &command_buffer, VkFence fence) const
82{

Callers 15

updateMethod · 0.45
load_sceneMethod · 0.45
load_modelMethod · 0.45
GuiMethod · 0.45
screenshotFunction · 0.45
submit_and_waitFunction · 0.45
render_shadow_passMethod · 0.45
render_swapchainMethod · 0.45
render_compute_postMethod · 0.45

Calls 3

to_u32Function · 0.85
sizeMethod · 0.80
get_handleMethod · 0.45

Tested by

no test coverage detected