vulkan.h: Bug 13616 Clarification of types of sample counts
diff --git a/include/vulkan.h b/include/vulkan.h
index eaab4a1..4e1265a 100644
--- a/include/vulkan.h
+++ b/include/vulkan.h
@@ -1742,7 +1742,7 @@
 {
     VkStructureType                             sType;      // Must be VK_STRUCTURE_TYPE_PIPELINE_MS_STATE_CREATE_INFO
     const void*                                 pNext;      // Pointer to next structure
-    uint32_t                                    samples;
+    uint32_t                                    rasterSamples;
     bool32_t                                    multisampleEnable;          // optional (GL45)
     bool32_t                                    sampleShadingEnable;        // optional (GL45)
     float                                       minSampleShading;           // optional (GL45)