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

Method get_color_space

src/cpp_wrapper.cpp:1049–1052  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1047 }
1048
1049 auto Swapchain::get_color_space() const -> ColorSpace
1050 {
1051 return std::bit_cast<ColorSpace>(daxa_swp_get_color_space(rc_cast<daxa_Swapchain>(this->object)));
1052 }
1053
1054 auto Swapchain::inc_refcnt(ImplHandle const * object) -> u64
1055 {

Callers 1

AppMethod · 0.80

Calls 1

daxa_swp_get_color_spaceFunction · 0.85

Tested by

no test coverage detected