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

Method current_present_semaphore

src/cpp_wrapper.cpp:1012–1015  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1010 }
1011
1012 auto Swapchain::current_present_semaphore() const -> BinarySemaphore const &
1013 {
1014 return *rc_cast<BinarySemaphore *>(daxa_swp_current_present_semaphore(rc_cast<daxa_Swapchain>(this->object)));
1015 }
1016
1017 auto Swapchain::current_cpu_timeline_value() const -> u64
1018 {

Callers 7

executeMethod · 0.80
mainFunction · 0.80
mainFunction · 0.80
drawMethod · 0.80
drawMethod · 0.80
drawMethod · 0.80

Calls 1

Tested by

no test coverage detected