MCPcopy 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

mainFunction · 0.80
mainFunction · 0.80
drawMethod · 0.80
mesh_shader_triFunction · 0.80
mainFunction · 0.80
recreationFunction · 0.80
drawMethod · 0.80
mainFunction · 0.80
~AppMethod · 0.80
drawMethod · 0.80
transient_resourcesFunction · 0.80

Calls 2

check_resultFunction · 0.85
daxa_dvc_collect_garbageFunction · 0.85