Class VkColorBlendAdvancedEXT

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkColorBlendAdvancedEXT extends Struct<VkColorBlendAdvancedEXT> implements NativeResource
struct VkColorBlendAdvancedEXT {
    VkBlendOp advancedBlendOp;
    VkBool32 srcPremultiplied;
    VkBool32 dstPremultiplied;
    VkBlendOverlapEXT blendOverlap;
    VkBool32 clampResults;
}
  • Field Details

    • SIZEOF

      public static final int SIZEOF
      The struct size in bytes.
    • ALIGNOF

      public static final int ALIGNOF
      The struct alignment in bytes.
    • ADVANCEDBLENDOP

      public static final int ADVANCEDBLENDOP
      The struct member offsets.
    • SRCPREMULTIPLIED

      public static final int SRCPREMULTIPLIED
      The struct member offsets.
    • DSTPREMULTIPLIED

      public static final int DSTPREMULTIPLIED
      The struct member offsets.
    • BLENDOVERLAP

      public static final int BLENDOVERLAP
      The struct member offsets.
    • CLAMPRESULTS

      public static final int CLAMPRESULTS
      The struct member offsets.
  • Constructor Details

    • VkColorBlendAdvancedEXT

      public VkColorBlendAdvancedEXT(ByteBuffer container)
      Creates a VkColorBlendAdvancedEXT instance at the current position of the specified ByteBuffer container. Changes to the buffer's content will be visible to the struct instance and vice versa.

      The created instance holds a strong reference to the container object.

  • Method Details