From 3967f8cd84e37177a21fbec1ecfd4261fd5310cf Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Tue, 25 Jun 2024 10:24:05 +0200 Subject: [PATCH] vulkan/runtime: multiesample -> multisample Acked-By: Mike Blumenkrantz Part-of: --- src/vulkan/runtime/vk_graphics_state.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vulkan/runtime/vk_graphics_state.h b/src/vulkan/runtime/vk_graphics_state.h index 661b3213c07..3e8bb5fe37d 100644 --- a/src/vulkan/runtime/vk_graphics_state.h +++ b/src/vulkan/runtime/vk_graphics_state.h @@ -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 */