| 1847 | VkColorComponentFlags colorWriteMask; |
| 1848 | } VkPipelineColorBlendAttachmentState; |
| 1849 | typedef struct VkPipelineColorBlendStateCreateInfo { |
| 1850 | VkStructureType sType; |
| 1851 | const void * pNext; |
| 1852 | VkPipelineColorBlendStateCreateFlags flags; |
| 1853 | VkBool32 logicOpEnable; |
| 1854 | VkLogicOp logicOp; |
| 1855 | uint32_t attachmentCount; |
| 1856 | const VkPipelineColorBlendAttachmentState * pAttachments; |
| 1857 | float blendConstants [4]; |
| 1858 | } VkPipelineColorBlendStateCreateInfo; |
| 1859 | typedef struct VkPipelineDynamicStateCreateInfo { |
| 1860 | VkStructureType sType; |
| 1861 | const void * pNext; |