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

Method wait_for_next_frame

src/cpp_wrapper.cpp:979–983  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

977 }
978
979 void Swapchain::wait_for_next_frame()
980 {
981 auto result = daxa_swp_wait_for_next_frame(r_cast<daxa_Swapchain>(this->object));
982 check_result(result, "failed to wait for next frame");
983 }
984
985 auto Swapchain::acquire_next_image() -> ImageId
986 {

Callers

nothing calls this directly

Calls 2

check_resultFunction · 0.85

Tested by

no test coverage detected