Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ipotrick/Daxa
/ collect_garbage
Method
collect_garbage
src/cpp_wrapper.cpp:733–738 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
731
}
732
733
void Device::collect_garbage()
734
{
735
check_result(
736
daxa_dvc_collect_garbage(r_cast<daxa_Device>(this->object)),
737
"failed to collect garbage"
);
738
}
739
740
auto Device::properties() const -> DeviceProperties const &
741
{
Callers
15
main
Function · 0.80
main
Function · 0.80
draw
Method · 0.80
mesh_shader_tri
Function · 0.80
main
Function · 0.80
recreation
Function · 0.80
draw
Method · 0.80
main
Function · 0.80
~App
Method · 0.80
draw
Method · 0.80
non_task_graph_execute
Method · 0.80
transient_resources
Function · 0.80
Calls
2
check_result
Function · 0.85
daxa_dvc_collect_garbage
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