| 738 | } |
| 739 | |
| 740 | auto Device::properties() const -> DeviceProperties const & |
| 741 | { |
| 742 | return *r_cast<DeviceProperties const *>(daxa_dvc_properties(rc_cast<daxa_Device>(object))); |
| 743 | } |
| 744 | |
| 745 | auto Device::get_supported_present_modes(NativeWindowInfo native_window_info) const -> std::vector<PresentMode> |
| 746 | { |
no test coverage detected