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

Method current_acquire_semaphore

src/cpp_wrapper.cpp:1007–1010  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1005 }
1006
1007 auto Swapchain::current_acquire_semaphore() const -> BinarySemaphore const &
1008 {
1009 return *rc_cast<BinarySemaphore *>(daxa_swp_current_acquire_semaphore(rc_cast<daxa_Swapchain>(this->object)));
1010 }
1011
1012 auto Swapchain::current_present_semaphore() const -> BinarySemaphore const &
1013 {

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