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

Method draw

samples/api/hpp_instancing/hpp_instancing.cpp:378–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

376}
377
378void HPPInstancing::draw()
379{
380 HPPApiVulkanSample::prepare_frame();
381
382 // Command buffer to be submitted to the queue
383 submit_info.setCommandBuffers(draw_cmd_buffers[current_buffer]);
384
385 // Submit to queue
386 queue.submit(submit_info);
387
388 HPPApiVulkanSample::submit_frame();
389}
390
391void HPPInstancing::load_assets()
392{

Callers 1

build_command_buffersMethod · 0.45

Calls 1

submitMethod · 0.45

Tested by

no test coverage detected