| 1047 | } |
| 1048 | |
| 1049 | auto Swapchain::get_color_space() const -> ColorSpace |
| 1050 | { |
| 1051 | return std::bit_cast<ColorSpace>(daxa_swp_get_color_space(rc_cast<daxa_Swapchain>(this->object))); |
| 1052 | } |
| 1053 | |
| 1054 | auto Swapchain::inc_refcnt(ImplHandle const * object) -> u64 |
| 1055 | { |
no test coverage detected