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

Method gpu_timeline_semaphore

src/cpp_wrapper.cpp:1022–1025  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1020 }
1021
1022 auto Swapchain::gpu_timeline_semaphore() const -> TimelineSemaphore const &
1023 {
1024 return *rc_cast<TimelineSemaphore *>(daxa_swp_gpu_timeline_semaphore(rc_cast<daxa_Swapchain>(this->object)));
1025 }
1026
1027 auto Swapchain::current_timeline_pair() const -> std::pair<TimelineSemaphore, u64>
1028 {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected