| 939 | }; |
| 940 | |
| 941 | struct XrCompositionLayerProjectionViewStereo |
| 942 | { |
| 943 | XrCompositionLayerProjectionView Views[ovrEye_Count]; |
| 944 | }; |
| 945 | |
| 946 | OVR_PUBLIC_FUNCTION(ovrResult) ovr_EndFrame(ovrSession session, long long frameIndex, const ovrViewScaleDesc* viewScaleDesc, |
| 947 | ovrLayerHeader const * const * layerPtrList, unsigned int layerCount) |
nothing calls this directly
no outgoing calls
no test coverage detected