Package org.lwjgl.ovr

Class OVREyeRenderDesc

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class OVREyeRenderDesc extends Struct<OVREyeRenderDesc> implements NativeResource
rendering information for each eye. Computed by either GetRenderDesc based on the specified FOV. Note that the rendering viewport is not included here as it can be specified separately and modified per frame by passing different viewport values in the layer structure.

Layout


 struct ovrEyeRenderDesc {
     ovrEyeType Eye();
     ovrFovPort Fov();
     ovrRecti DistortedViewport();
     ovrVector2f PixelsPerTanAngleAtCenter();
     ovrPosef HmdToEyePose();
 }