vk/vulkan.h: Change the MsCreateInfo structure to the 130 version

We do nothing with it at the moment, so this is a no-op.
This commit is contained in:
Jason Ekstrand 2015-07-09 16:19:52 -07:00
parent 8c2c37fae7
commit 34871cf7f3
1 changed files with 1 additions and 2 deletions

View 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;