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

Method get_surface_extent

src/cpp_wrapper.cpp:1039–1042  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1037 }
1038
1039 auto Swapchain::get_surface_extent() const -> Extent2D
1040 {
1041 return std::bit_cast<Extent2D>(daxa_swp_get_surface_extent(rc_cast<daxa_Swapchain>(this->object)));
1042 }
1043
1044 auto Swapchain::get_format() const -> Format
1045 {

Callers 9

AppMethod · 0.80
on_resizeMethod · 0.80
on_resizeMethod · 0.80
on_resizeMethod · 0.80
on_resizeFunction · 0.80
on_resizeMethod · 0.80
on_resizeFunction · 0.80
on_resizeMethod · 0.80
on_resizeMethod · 0.80

Calls 1

Tested by

no test coverage detected