vulkan/runtime: multiesample -> multisample

Acked-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/29890>
This commit is contained in:
Erik Faye-Lund 2024-06-25 10:24:05 +02:00 committed by Marge Bot
parent 788d1b5a67
commit 3967f8cd84

View file

@ -981,7 +981,7 @@ struct vk_graphics_pipeline_state {
/** Fragment shading rate state */
const struct vk_fragment_shading_rate_state *fsr;
/** Multiesample state */
/** Multisample state */
const struct vk_multisample_state *ms;
/** Depth stencil state */