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

Method current_cpu_timeline_value

src/cpp_wrapper.cpp:1017–1020  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1015 }
1016
1017 auto Swapchain::current_cpu_timeline_value() const -> u64
1018 {
1019 return daxa_swp_current_cpu_timeline_value(rc_cast<daxa_Swapchain>(this->object));
1020 }
1021
1022 auto Swapchain::gpu_timeline_semaphore() const -> TimelineSemaphore const &
1023 {

Callers

nothing calls this directly

Tested by

no test coverage detected