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

Method wait_on_submit

src/cpp_wrapper.cpp:713–718  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

711 }
712
713 void Device::wait_on_submit(WaitOnSubmitInfo const & info) const
714 {
715 daxa_Result result = DAXA_RESULT_SUCCESS;
716 result = daxa_dvc_wait_on_submit(r_cast<daxa_Device>(this->object), r_cast<daxa_WaitOnSubmitInfo const *>(&info));
717 check_result(result, "failed to get latest queue submit index");
718 }
719
720 void Device::present_frame(PresentInfo const & info)
721 {

Callers 1

submit_index_chainFunction · 0.80

Calls 2

daxa_dvc_wait_on_submitFunction · 0.85
check_resultFunction · 0.85

Tested by

no test coverage detected