diff options
| author | lucy96chen <47800040+lucy96chen@users.noreply.github.com> | 2021-11-15 20:42:39 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-15 20:42:39 -0800 |
| commit | 5a29c15cc3c227d9bb93a71cb50491a822d0ccf3 (patch) | |
| tree | 52e0d92b617e0a79c04243370f36f26387d24929 /docs/gfx-user-guide | |
| parent | 914a3808ebefb0f7f0a728469a2ce6b56dfc316c (diff) | |
Add BGRA8 Unorm SRGB to the list of supported formats (#2016)
Co-authored-by: Yong He <yonghe@outlook.com>
Diffstat (limited to 'docs/gfx-user-guide')
| -rw-r--r-- | docs/gfx-user-guide/unsupported-formats.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/gfx-user-guide/unsupported-formats.md b/docs/gfx-user-guide/unsupported-formats.md index a7a51e20d..54fd1a0f1 100644 --- a/docs/gfx-user-guide/unsupported-formats.md +++ b/docs/gfx-user-guide/unsupported-formats.md @@ -79,7 +79,6 @@ VK_FORMAT_B8G8R8A8_USCALED \ VK_FORMAT_B8G8R8A8_SSCALED \ VK_FORMAT_B8G8R8A8_UINT \ VK_FORMAT_B8G8R8A8_SINT \ -VK_FORMAT_B8G8R8A8_SRGB \ VK_FORMAT_A8B8G8R8_UNORM_PACK32 \ VK_FORMAT_A8B8G8R8_SNORM_PACK32 \ VK_FORMAT_A8B8G8R8_USCALED_PACK32 \ |
