File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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.
148148Any `VkImage` with `SAMPLE_COUNT > 1` will not have AFBC applied to it.
You can’t perform that action at this time.
0 commit comments