turnip: fix typo in comment
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/26477>
This commit is contained in:

committed by
Marge Bot

parent
10a0f87857
commit
ed53147a7f
@@ -330,7 +330,7 @@ tu_physical_device_get_format_properties(
|
||||
buffer = 0;
|
||||
}
|
||||
|
||||
/* We don't support writing into VK__FORMAT_*_PACK16 images/buffers */
|
||||
/* We don't support writing into VK_FORMAT_*_PACK16 images/buffers */
|
||||
if (desc->nr_channels > 2 && desc->block.bits == 16) {
|
||||
buffer &= VK_FORMAT_FEATURE_UNIFORM_TEXEL_BUFFER_BIT;
|
||||
linear &= ~(VK_FORMAT_FEATURE_STORAGE_IMAGE_BIT |
|
||||
|
Reference in New Issue
Block a user