Package org.lwjgl.ovr

Class OVRBoundaryLookAndFeel

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

    public class OVRBoundaryLookAndFeel
    extends org.lwjgl.system.Struct
    implements org.lwjgl.system.NativeResource
    Boundary system look and feel.

    Member documentation

    • Color – Boundary color (alpha channel is ignored)

    Layout

    
     struct ovrBoundaryLookAndFeel {
         ovrColorf Color;
     }