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

Method signal_value

src/cpp_wrapper.cpp:879–883  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

877 }
878
879 void TimelineSemaphore::signal_value(u64 value)
880 {
881 auto result = daxa_timeline_semaphore_signal_value(r_cast<daxa_TimelineSemaphore>(this->object), value);
882 DAXA_DBG_ASSERT_TRUE_M(result == DAXA_RESULT_SUCCESS, "failed to signal timeline semaphore");
883 }
884
885 auto TimelineSemaphore::inc_refcnt(ImplHandle const * object) -> u64
886 {

Callers

nothing calls this directly

Tested by

no test coverage detected