Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Function · 0.80
alignment
Function · 0.80
mesh_shader_tri
Function · 0.80
main
Function · 0.80
copy
Function · 0.80
multiple_ecl
Function · 0.80
build_acceleration_structure
Function · 0.80
draw
Method · 0.80
main
Function · 0.80
~App
Method · 0.80
transient_resources
Function · 0.80
sharing_persistent_buffer
Function · 0.80
Calls
2
daxa_dvc_wait_idle
Function · 0.85
check_result
Function · 0.85
Tested by
3
test_concurrent_read_write_buffer
Function · 0.64
test_concurrent_read_write_image
Function · 0.64
test_concurrent_read_write_buffer_cross_graphs
Function · 0.64