diff options
author | Rhys Perry <[email protected]> | 2018-12-06 13:33:48 +0000 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2019-03-21 09:02:27 +0100 |
commit | 037f11d42ec2bb6812f4cc51dffff3916fccf62a (patch) | |
tree | 1aec93452068b8b4f10d974a104d4309ee6aee92 /docs/features.txt | |
parent | 3cc72a88d8d717d0dddef83548092e3afe844d48 (diff) |
radv: enable VK_KHR_8bit_storage
Signed-off-by: Rhys Perry <[email protected]>
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Diffstat (limited to 'docs/features.txt')
-rw-r--r-- | docs/features.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt index 6c2b6d59377..ded753b0182 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -439,7 +439,7 @@ Vulkan 1.1 -- all DONE: anv, radv VK_KHR_variable_pointers DONE (anv, radv) Khronos extensions that are not part of any Vulkan version: - VK_KHR_8bit_storage DONE (anv) + VK_KHR_8bit_storage DONE (anv, radv) VK_KHR_android_surface not started VK_KHR_create_renderpass2 DONE (anv, radv) VK_KHR_display DONE (anv, radv) |