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