Package org.lwjgl.ovr

Class OVRLayerHeader

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class OVRLayerHeader extends Struct<OVRLayerHeader> implements NativeResource
Defines properties shared by all ovrLayer structs, such as OVRLayerEyeFov.

ovrLayerHeader is used as a base member in these larger structs. This struct cannot be used by itself except for the case that Type is LayerType_Disabled.

Layout


 struct ovrLayerHeader {
     ovrLayerType Type();
     unsigned int Flags();
     char[128];
 }