KhronosGroup / Vulkan-Samples

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

Update Image Compression Control sample tutorial #1096

Closed JoseEmilio-ARM closed 4 months ago

JoseEmilio-ARM commented 4 months ago

Description

Documentation change only

When querying for image compression support, VK_IMAGE_COMPRESSION_FIXED_RATE_DEFAULT_EXT should be used, as shown in the extension proposal, otherwise the returned imageCompressionFixedRateFlags might be 0.

This is correct in the framework/sample, but was copied incorrectly in the tutorial.

General Checklist:

Please ensure the following points are checked:

marty-johnson59 commented 4 months ago

Low risk change - merging on 2 approvals