mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 10:55:45 +00:00
maxwell_to_vk: Add R16_SINT
This was somehow missed when the format was added to GL
This commit is contained in:
parent
44ef6e38cb
commit
79d76606f2
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ struct FormatTuple {
|
||||||
{VK_FORMAT_R16_UNORM, Attachable | Storage}, // R16_UNORM
|
{VK_FORMAT_R16_UNORM, Attachable | Storage}, // R16_UNORM
|
||||||
{VK_FORMAT_R16_SNORM, Attachable | Storage}, // R16_SNORM
|
{VK_FORMAT_R16_SNORM, Attachable | Storage}, // R16_SNORM
|
||||||
{VK_FORMAT_R16_UINT, Attachable | Storage}, // R16_UINT
|
{VK_FORMAT_R16_UINT, Attachable | Storage}, // R16_UINT
|
||||||
{VK_FORMAT_UNDEFINED}, // R16_SINT
|
{VK_FORMAT_R16_SINT, Attachable | Storage}, // R16_SINT
|
||||||
{VK_FORMAT_R16G16_UNORM, Attachable | Storage}, // R16G16_UNORM
|
{VK_FORMAT_R16G16_UNORM, Attachable | Storage}, // R16G16_UNORM
|
||||||
{VK_FORMAT_R16G16_SFLOAT, Attachable | Storage}, // R16G16_FLOAT
|
{VK_FORMAT_R16G16_SFLOAT, Attachable | Storage}, // R16G16_FLOAT
|
||||||
{VK_FORMAT_R16G16_UINT, Attachable | Storage}, // R16G16_UINT
|
{VK_FORMAT_R16G16_UINT, Attachable | Storage}, // R16G16_UINT
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue