mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 18:30:09 +01:00
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:
parent
8c2c37fae7
commit
34871cf7f3
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue