Package org.lwjgl.ovr

Class OVRGraphicsLuid

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class OVRGraphicsLuid extends Struct<OVRGraphicsLuid> implements NativeResource
Identifies a graphics device in a platform-specific way.

For Windows this is a LUID type.

Layout


 struct ovrGraphicsLuid {
     char Reserved()[8];
 }