Package org.lwjgl.ovr

Class OVRTimewarpProjectionDesc

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class OVRTimewarpProjectionDesc extends Struct<OVRTimewarpProjectionDesc> implements NativeResource
Projection information for OVRLayerEyeFovDepth.

Use the utility function TimewarpProjectionDesc_FromProjection to generate this structure from the application's projection matrix.

Layout


 struct ovrTimewarpProjectionDesc {
     float Projection22();
     float Projection23();
     float Projection32();
 }