Package org.lwjgl.ovr

Class OVRFovStencilDesc

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class OVRFovStencilDesc extends Struct<OVRFovStencilDesc> implements NativeResource
Fov-stencil mesh descriptor passed into the function GetFovStencil.

Layout


 struct ovrFovStencilDesc {
     ovrFovStencilType StencilType();
     uint32_t StencilFlags();
     ovrEyeType Eye;
     ovrFovPort FovPort();
     ovrQuatf HmdToEyeRotation();
 }