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.
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 returnedimageCompressionFixedRateFlags
might be0
.This is correct in the framework/sample, but was copied incorrectly in the tutorial.
General Checklist:
Please ensure the following points are checked:
[x] This PR describes the scope and expected impact of the changes I am making
Note: The Samples CI runs a number of checks including:
If this PR contains framework changes:
batch
command line argument to make sure all samples still work properly