vk/vulkan.h: Change the MsCreateInfo structure to the 130 version
authorJason Ekstrand <jason.ekstrand@intel.com>
Thu, 9 Jul 2015 23:19:52 +0000 (16:19 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Thu, 9 Jul 2015 23:19:54 +0000 (16:19 -0700)
We do nothing with it at the moment, so this is a no-op.

include/vulkan/vulkan.h

index 5ae5f6e781fde3733dd7869413d9168c9b11e01e..66d4f23cfa041d5ceb1f7af0783a96b0df0bfa18 100644 (file)
@@ -1553,8 +1553,7 @@ typedef struct {
 typedef struct {
     VkStructureType                             sType;
     const void*                                 pNext;
-    uint32_t                                    samples;
-    bool32_t                                    multisampleEnable;
+    uint32_t                                    rasterSamples;
     bool32_t                                    sampleShadingEnable;
     float                                       minSampleShading;
     VkSampleMask                                sampleMask;