[Vulkan] Fix a typo in a comment about BC textures [ci skip]

This commit is contained in:
Triang3l 2022-07-14 21:16:23 +03:00
parent 7b8281aee0
commit 2a69d1db4d
1 changed files with 2 additions and 2 deletions

View File

@ -1796,8 +1796,8 @@ bool VulkanTextureCache::Initialize() {
// S3TC.
// Not checking the textureCompressionBC feature because its availability
// means that all BC formats are supported, however, the device may expose
// some BC formats without this feature. Xenia doesn't BC6H and BC7 at all,
// and has fallbacks for each used format.
// some BC formats without this feature. Xenia doesn't use BC6H and BC7 at
// all, and has fallbacks for each used format.
// TODO(Triang3l): Raise the host texture memory usage limit if S3TC has to be
// decompressed.
// TODO(Triang3l): S3TC -> 5551 or 4444 as an option.