Package org.lwjgl.ovr

Class OVRGraphicsLuid

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


    public class OVRGraphicsLuid
    extends Struct
    Identifies a graphics device in a platform-specific way.

    For Windows this is a LUID type.

    Member documentation

    • Reserved – public definition reserves space for graphics API-specific implementation.

    Layout

    struct ovrGraphicsLuid {
        char[8] Reserved;
    }