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

Method get_format

src/cpp_wrapper.cpp:1044–1047  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1042 }
1043
1044 auto Swapchain::get_format() const -> Format
1045 {
1046 return std::bit_cast<Format>(daxa_swp_get_format(rc_cast<daxa_Swapchain>(this->object)));
1047 }
1048
1049 auto Swapchain::get_color_space() const -> ColorSpace
1050 {

Callers 9

mainFunction · 0.80
create_imgui_rendererMethod · 0.80
AppMethod · 0.80
mesh_shader_triFunction · 0.80
mainFunction · 0.80
create_imgui_rendererMethod · 0.80
AppClass · 0.80
create_imgui_rendererMethod · 0.80
AppClass · 0.80

Calls 1

daxa_swp_get_formatFunction · 0.85

Tested by

no test coverage detected