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

Method resize

samples/api/timestamp_queries/timestamp_queries.cpp:1039–1044  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1037}
1038
1039bool TimestampQueries::resize(const uint32_t width, const uint32_t height)
1040{
1041 ApiVulkanSample::resize(width, height);
1042 update_uniform_buffers();
1043 return true;
1044}
1045
1046std::unique_ptr<vkb::Application> create_timestamp_queries()
1047{

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected