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

Method resize

src/cpp_wrapper.cpp:965–970  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

963 /// --- Begin Swapchain ---
964
965 void Swapchain::resize()
966 {
967 check_result(
968 daxa_swp_resize(r_cast<daxa_Swapchain>(this->object)),
969 "failed to resize swapchain", std::array{DAXA_RESULT_SUCCESS, DAXA_RESULT_ERROR_OUT_OF_DATE_KHR});
970 }
971
972 void Swapchain::set_present_mode(PresentMode present_mode)
973 {

Calls 2

check_resultFunction · 0.85
daxa_swp_resizeFunction · 0.85

Tested by

no test coverage detected