Browse Source
Merge pull request #7549 from Morph1984/astc-8x5
maxwell_to_vk: Add ASTC_2D_8X5_UNORM
pull/15/merge
Mai M
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
src/video_core/renderer_vulkan/maxwell_to_vk.cpp
|
|
|
@ -176,8 +176,8 @@ struct FormatTuple { |
|
|
|
{VK_FORMAT_R32_UINT, Attachable | Storage}, // R32_UINT
|
|
|
|
{VK_FORMAT_R32_SINT, Attachable | Storage}, // R32_SINT
|
|
|
|
{VK_FORMAT_ASTC_8x8_UNORM_BLOCK}, // ASTC_2D_8X8_UNORM
|
|
|
|
{VK_FORMAT_UNDEFINED}, // ASTC_2D_8X5_UNORM
|
|
|
|
{VK_FORMAT_UNDEFINED}, // ASTC_2D_5X4_UNORM
|
|
|
|
{VK_FORMAT_ASTC_8x5_UNORM_BLOCK}, // ASTC_2D_8X5_UNORM
|
|
|
|
{VK_FORMAT_ASTC_5x4_UNORM_BLOCK}, // ASTC_2D_5X4_UNORM
|
|
|
|
{VK_FORMAT_B8G8R8A8_SRGB, Attachable}, // B8G8R8A8_SRGB
|
|
|
|
{VK_FORMAT_BC1_RGBA_SRGB_BLOCK}, // BC1_RGBA_SRGB
|
|
|
|
{VK_FORMAT_BC2_SRGB_BLOCK}, // BC2_SRGB
|
|
|
|
|