Interface VulkanPipelineColorBlendStateCreateInfoType
- All Known Implementing Classes:
VulkanPipelineColorBlendStateCreateInfo
@Immutable
public interface VulkanPipelineColorBlendStateCreateInfoType
Structure specifying parameters of a newly created pipeline color blend state.
- See Also:
-
Method Summary
-
Method Details
-
logicOp
Optional<VulkanLogicOp> logicOp()- Returns:
- The logical operation to apply (if any)
-
flags
- Returns:
- The creation flags
-
attachments
List<VulkanPipelineColorBlendAttachmentState> attachments()- Returns:
- The per-target attachment states.
-
blendConstants
- Returns:
- The constants used for blending
-