mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-18 04:37:32 +01:00
Merge pull request #8791 from liamwhite/r16g16b16x16
video_core: implement R16G16B16X16 texture format
This commit is contained in:
commit
e9b7263cfd
@ -172,7 +172,7 @@ struct FormatTuple {
|
|||||||
{VK_FORMAT_R8G8_SINT, Attachable | Storage}, // R8G8_SINT
|
{VK_FORMAT_R8G8_SINT, Attachable | Storage}, // R8G8_SINT
|
||||||
{VK_FORMAT_R8G8_UINT, Attachable | Storage}, // R8G8_UINT
|
{VK_FORMAT_R8G8_UINT, Attachable | Storage}, // R8G8_UINT
|
||||||
{VK_FORMAT_R32G32_UINT, Attachable | Storage}, // R32G32_UINT
|
{VK_FORMAT_R32G32_UINT, Attachable | Storage}, // R32G32_UINT
|
||||||
{VK_FORMAT_UNDEFINED}, // R16G16B16X16_FLOAT
|
{VK_FORMAT_R16G16B16A16_SFLOAT, Attachable | Storage}, // R16G16B16X16_FLOAT
|
||||||
{VK_FORMAT_R32_UINT, Attachable | Storage}, // R32_UINT
|
{VK_FORMAT_R32_UINT, Attachable | Storage}, // R32_UINT
|
||||||
{VK_FORMAT_R32_SINT, Attachable | Storage}, // R32_SINT
|
{VK_FORMAT_R32_SINT, Attachable | Storage}, // R32_SINT
|
||||||
{VK_FORMAT_ASTC_8x8_UNORM_BLOCK}, // ASTC_2D_8X8_UNORM
|
{VK_FORMAT_ASTC_8x8_UNORM_BLOCK}, // ASTC_2D_8X8_UNORM
|
||||||
|
Loading…
Reference in New Issue
Block a user