MCPcopy Create free account
hub / github.com/SFML/SFML / VkPipelineMultisampleStateCreateInfo

Class VkPipelineMultisampleStateCreateInfo

examples/vulkan/vulkan.h:1828–1838  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1826 float lineWidth;
1827} VkPipelineRasterizationStateCreateInfo;
1828typedef struct VkPipelineMultisampleStateCreateInfo {
1829 VkStructureType sType;
1830 const void * pNext;
1831 VkPipelineMultisampleStateCreateFlags flags;
1832 VkSampleCountFlagBits rasterizationSamples;
1833 VkBool32 sampleShadingEnable;
1834 float minSampleShading;
1835 const VkSampleMask * pSampleMask;
1836 VkBool32 alphaToCoverageEnable;
1837 VkBool32 alphaToOneEnable;
1838} VkPipelineMultisampleStateCreateInfo;
1839typedef struct VkPipelineColorBlendAttachmentState {
1840 VkBool32 blendEnable;
1841 VkBlendFactor srcColorBlendFactor;

Callers 1

setupPipelineMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected