KhronosGroup / Vulkan-Samples

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

Add missing destruction of a sampler in extension sample FragmentShadingRate. #962

Closed asuessenbach closed 8 months ago

asuessenbach commented 8 months ago

Description

Destruction of textures.scene.sampler in sample FragmentShadingRate was missed in the sample's destructor. This PR adds it.

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: