MCPcopy Create free account
hub / github.com/Ipotrick/Daxa / wait_idle

Method wait_idle

src/cpp_wrapper.cpp:642–646  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

640 }
641
642 void Device::wait_idle()
643 {
644 auto result = daxa_dvc_wait_idle(r_cast<daxa_Device>(this->object));
645 check_result(result, "failed to wait idle device");
646 }
647
648 void Device::queue_wait_idle(Queue queue)
649 {

Callers 15

mainFunction · 0.80
alignmentFunction · 0.80
mesh_shader_triFunction · 0.80
mainFunction · 0.80
copyFunction · 0.80
multiple_eclFunction · 0.80
drawMethod · 0.80
mainFunction · 0.80
~AppMethod · 0.80
transient_resourcesFunction · 0.80

Calls 2

daxa_dvc_wait_idleFunction · 0.85
check_resultFunction · 0.85