MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-Samples / resize

Method resize

framework/gui.h:1172–1177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1170template <vkb::BindingType bindingType>
1171inline void Gui<bindingType>::resize(const uint32_t width, const uint32_t height) const
1172{
1173 auto &io = ImGui::GetIO();
1174 io.DisplaySize.x = static_cast<float>(width);
1175 io.DisplaySize.y = static_cast<float>(height);
1176}
1177
1178template <vkb::BindingType bindingType>
1179inline void Gui<bindingType>::show_app_info(const std::string &app_name)
1180{

Callers 1

read_subpass_infoFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected