Skip to content

Commit 0957cfa

Browse files
Update AFBC Tutorial (#1126)
* Update AFBC Tutorial Clarification regarding ASTC * Update README.adoc
1 parent 90c1d92 commit 0957cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/performance/afbc/README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ Previous generations that support AFBC only support a subset of formats:
142142
*Do*
143143

144144
* Ensure that your swapchain is created correctly as per the requirements of AFBC.
145-
* Ensure that all textures are compressed into ASTC format.
145+
* AFBC is not a replacement for (it is independent of) texture compression like ASTC, so always compress all of the things when possible.
146146
* Avoid changing your image configuration at run-time (using `vkCmdCopyImage` with an invalid AFBC requirement) as it will trigger a decompression.
147147
* Make sure you are resolving your images using `pResolveAttachments` when it comes to multisampling.
148148
Any `VkImage` with `SAMPLE_COUNT > 1` will not have AFBC applied to it.

0 commit comments

Comments
 (0)