Class VkPipelineColorBlendAdvancedStateCreateInfoEXT

java.lang.Object
org.lwjgl.system.Pointer.Default
org.lwjgl.system.Struct<VkPipelineColorBlendAdvancedStateCreateInfoEXT>
org.lwjgl.vulkan.VkPipelineColorBlendAdvancedStateCreateInfoEXT
All Implemented Interfaces:
AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

public class VkPipelineColorBlendAdvancedStateCreateInfoEXT extends org.lwjgl.system.Struct<VkPipelineColorBlendAdvancedStateCreateInfoEXT> implements org.lwjgl.system.NativeResource
Structure specifying parameters that affect advanced blend operations.
Description

If this structure is not present, srcPremultiplied and dstPremultiplied are both considered to be TRUE, and blendOverlap is considered to be BLEND_OVERLAP_UNCORRELATED_EXT.

Valid Usage
Valid Usage (Implicit)

Layout


 struct VkPipelineColorBlendAdvancedStateCreateInfoEXT {
     VkStructureType sType();
     void const * pNext();
     VkBool32 srcPremultiplied();
     VkBool32 dstPremultiplied();
     VkBlendOverlapEXT blendOverlap();
 }