mirror of
https://github.com/status-im/Vulkan-Docs.git
synced 2025-02-22 11:08:19 +00:00
22 lines
1.1 KiB
Plaintext
22 lines
1.1 KiB
Plaintext
|
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
||
|
ifndef::doctype-manpage[]
|
||
|
[[VkPipelineMultisampleStateCreateInfo,VkPipelineMultisampleStateCreateInfo]]
|
||
|
["source","{basebackend@docbook:c++:cpp}",title=""]
|
||
|
endif::doctype-manpage[]
|
||
|
ifdef::doctype-manpage[]
|
||
|
["source","{basebackend@docbook:c++:cpp}"]
|
||
|
endif::doctype-manpage[]
|
||
|
------------------------------------------------------------------------------
|
||
|
typedef struct VkPipelineMultisampleStateCreateInfo {
|
||
|
VkStructureType sType;
|
||
|
const void* pNext;
|
||
|
VkPipelineMultisampleStateCreateFlags flags;
|
||
|
VkSampleCountFlagBits rasterizationSamples;
|
||
|
VkBool32 sampleShadingEnable;
|
||
|
float minSampleShading;
|
||
|
const VkSampleMask* pSampleMask;
|
||
|
VkBool32 alphaToCoverageEnable;
|
||
|
VkBool32 alphaToOneEnable;
|
||
|
} VkPipelineMultisampleStateCreateInfo;
|
||
|
------------------------------------------------------------------------------
|