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

Method set_present_mode

src/cpp_wrapper.cpp:972–977  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

970 }
971
972 void Swapchain::set_present_mode(PresentMode present_mode)
973 {
974 check_result(
975 daxa_swp_set_present_mode(r_cast<daxa_Swapchain>(this->object), std::bit_cast<VkPresentModeKHR>(present_mode)),
976 "failed to set swapchain present mode");
977 }
978
979 void Swapchain::wait_for_next_frame()
980 {

Callers

nothing calls this directly

Calls 2

check_resultFunction · 0.85

Tested by

no test coverage detected