GPU: Add back k_1_REVERSE

This commit is contained in:
DrChat 2017-08-06 16:55:02 -05:00
parent bd58191239
commit 2ba0ebb4cb
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ using namespace xe::gpu::xenos;
{TextureFormat::texture_format, FormatType::format, block_width, block_height, bits_per_pixel}
const FormatInfo* FormatInfo::Get(uint32_t gpu_format) {
static const FormatInfo format_infos[] = {
FORMAT_INFO(kUnknown , kUncompressed, 0, 0, 0), // k_1_REVERSE
FORMAT_INFO(k_1_REVERSE , kUncompressed, 1, 1, 1),
FORMAT_INFO(k_1 , kUncompressed, 1, 1, 1),
FORMAT_INFO(k_8 , kUncompressed, 1, 1, 8),
FORMAT_INFO(k_1_5_5_5 , kUncompressed, 1, 1, 16),