Class XrCompositionLayerAlphaBlendFB

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrCompositionLayerAlphaBlendFB extends Struct<XrCompositionLayerAlphaBlendFB> implements NativeResource

 struct XrCompositionLayerAlphaBlendFB {
     XrStructureType type;
     void * next;
     XrBlendFactorFB srcFactorColor;
     XrBlendFactorFB dstFactorColor;
     XrBlendFactorFB srcFactorAlpha;
     XrBlendFactorFB dstFactorAlpha;
 }
  • Field Details

    • SIZEOF

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

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

      public static final int TYPE
      The struct member offsets.
    • NEXT

      public static final int NEXT
      The struct member offsets.
    • SRCFACTORCOLOR

      public static final int SRCFACTORCOLOR
      The struct member offsets.
    • DSTFACTORCOLOR

      public static final int DSTFACTORCOLOR
      The struct member offsets.
    • SRCFACTORALPHA

      public static final int SRCFACTORALPHA
      The struct member offsets.
    • DSTFACTORALPHA

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

    • XrCompositionLayerAlphaBlendFB

      public XrCompositionLayerAlphaBlendFB(ByteBuffer container)
      Creates a XrCompositionLayerAlphaBlendFB 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