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:
committed by
Marge Bot
parent
788d1b5a67
commit
3967f8cd84
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user