KhronosGroup / Vulkan-Samples

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

Fix screenshot #870

Closed yknishidate closed 10 months ago

yknishidate commented 10 months ago

Description

I have resolved the issue where screenshots were not functioning in samples inheriting from ApiVulkanSample by calling the overridden VulkanSample::input_event() instead of Application::input_event(). I tested on Windows.

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: