Class VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT

  • All Implemented Interfaces:
    java.lang.AutoCloseable, org.lwjgl.system.NativeResource, org.lwjgl.system.Pointer

    public class VkPhysicalDeviceBlendOperationAdvancedPropertiesEXT
    extends org.lwjgl.system.Struct
    implements org.lwjgl.system.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 VkPhysicalDeviceProperties2, it is filled with the implementation-dependent limits.

    Valid Usage (Implicit)

    Member documentation

    Layout

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