KhronosGroup / Vulkan-Samples

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

Remove unnecessary access to the old swapchain in hello triangle sample #1227

Open SaschaWillems opened 1 week ago

SaschaWillems commented 1 week ago

Description

This PR removes an unnecessary access to the retired swapchain just get a number to iterate over a vector. Instead of doing that, the code now simply iterates over that vector.

Replaces #1019

Fixes #1015

General Checklist:

Please ensure the following points are checked: