| 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 | { |
nothing calls this directly
no test coverage detected