[GPU] Add info about unknown texture formats

This commit is contained in:
Triang3l
2018-08-05 14:02:58 +03:00
parent ba7dc6b2d7
commit d75a372780
5 changed files with 23 additions and 15 deletions

View File

@@ -121,9 +121,8 @@ const TextureConfig texture_configs[64] = {
/* k_DXT3A_AS_1_1_1_1 */ ___(UNDEFINED),
// Unused.
/* kUnknown */ ___(UNDEFINED),
/* kUnknown */ ___(UNDEFINED),
/* k_8_8_8_8_GAMMA */ ___(R8G8B8A8_UNORM),
/* k_2_10_10_10_FLOAT */ ___(UNDEFINED),
};
#undef _cv