Class VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT extends Struct<VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT> implements NativeResource
Structure describing advanced blending limits that can be supported by an implementation.
Description

If the VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT structure is included in the pNext chain of the VkPhysicalDeviceProperties2 structure passed to GetPhysicalDeviceProperties2, it is filled in with each corresponding implementation-dependent property.

Valid Usage (Implicit)

Layout


 struct VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT {
     VkStructureType sType();
     void * pNext();
     uint32_t advancedBlendMaxColorAttachments();
     VkBool32 advancedBlendIndependentBlend();
     VkBool32 advancedBlendNonPremultipliedSrcColor();
     VkBool32 advancedBlendNonPremultipliedDstColor();
     VkBool32 advancedBlendCorrelatedOverlap();
     VkBool32 advancedBlendAllOperations();
 }