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

Method latest_submit_index

src/cpp_wrapper.cpp:686–693  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

684 }
685
686 auto Device::latest_submit_index() const -> u64
687 {
688 daxa_Result result = DAXA_RESULT_SUCCESS;
689 u64 out_value = {};
690 result = daxa_dvc_latest_submit_index(r_cast<daxa_Device>(this->object), &out_value);
691 check_result(result, "failed to get latest submit index");
692 return out_value;
693 }
694
695 auto Device::oldest_pending_submit_index() const -> u64
696 {

Callers 2

allocate_internalMethod · 0.80

Calls 2

check_resultFunction · 0.85

Tested by

no test coverage detected