panvk: Advertise shaderModuleIdentifier feature

Was missing from the original commit.

Signed-off-by: Mary Guillemard <mary.guillemard@collabora.com>
Fixes: f164819698 ("panvk: Advertise VK_EXT_shader_module_identifier")
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29800>
This commit is contained in:
Mary Guillemard
2024-06-20 08:57:17 +02:00
committed by Marge Bot
parent a3aadac5fe
commit 596306a984
@@ -225,6 +225,9 @@ get_features(const struct panvk_physical_device *device,
/* VK_KHR_shader_expect_assume */
.shaderExpectAssume = true,
/* VK_EXT_shader_module_identifier */
.shaderModuleIdentifier = true,
};
}