Class XrSwapchainStateSamplerOpenGLESFB

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class XrSwapchainStateSamplerOpenGLESFB extends Struct<XrSwapchainStateSamplerOpenGLESFB> implements NativeResource

 struct XrSwapchainStateSamplerOpenGLESFB {
     XrStructureType type;
     void * next;
     EGLenum minFilter;
     EGLenum magFilter;
     EGLenum wrapModeS;
     EGLenum wrapModeT;
     EGLenum swizzleRed;
     EGLenum swizzleGreen;
     EGLenum swizzleBlue;
     EGLenum swizzleAlpha;
     float maxAnisotropy;
     {@link XrColor4f XrColor4f} borderColor;
 }
  • 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.
    • MINFILTER

      public static final int MINFILTER
      The struct member offsets.
    • MAGFILTER

      public static final int MAGFILTER
      The struct member offsets.
    • WRAPMODES

      public static final int WRAPMODES
      The struct member offsets.
    • WRAPMODET

      public static final int WRAPMODET
      The struct member offsets.
    • SWIZZLERED

      public static final int SWIZZLERED
      The struct member offsets.
    • SWIZZLEGREEN

      public static final int SWIZZLEGREEN
      The struct member offsets.
    • SWIZZLEBLUE

      public static final int SWIZZLEBLUE
      The struct member offsets.
    • SWIZZLEALPHA

      public static final int SWIZZLEALPHA
      The struct member offsets.
    • MAXANISOTROPY

      public static final int MAXANISOTROPY
      The struct member offsets.
    • BORDERCOLOR

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

    • XrSwapchainStateSamplerOpenGLESFB

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