KhronosGroup / Vulkan-Samples

One stop solution for all Vulkan samples
Apache License 2.0
4.36k stars 648 forks source link

Add calls to vkb::Application::update in derived classes to support update of fps and frame_count #1204

Closed asuessenbach closed 2 weeks ago

asuessenbach commented 1 month ago

Description

Some samples and the VulkanSample need to call the base class's update() function to update base classes data.

Build tested on Win10 with VS2022. Run tested on Win10 with NVidia GPU.

General Checklist:

Please ensure the following points are checked:

Sample Checklist

If your PR contains a new or modified sample, these further checks must be carried out in addition to the General Checklist: