Package org.lwjgl.ovr

Class OVRLayerUnion

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


    public class OVRLayerUnion
    extends Struct
    Union that combines ovrLayer types in a way that allows them to be used in a polymorphic way.

    Member documentation

    • Header – the layer header

    Layout

    union ovrLayer_Union {
        ovrLayerHeader Header;
        ovrLayerEyeFov EyeFov;
        ovrLayerQuad Quad;
    }