The open source OpenXR runtime

st/oxr: Add comment about XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO_WITH_FOVEATED_INSET

Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2612>

authored by

Rafal Karp and committed by
Korcan Hussein
aa3eee03 0d28e141

+1
+1
src/xrt/state_trackers/oxr/oxr_session_frame_end.c
··· 612 612 layer_index, proj->viewCount); 613 613 } 614 614 break; 615 + // This also includes XR_VIEW_CONFIGURATION_TYPE_PRIMARY_STEREO_WITH_FOVEATED_INSET as both values are the same 615 616 case XR_VIEW_CONFIGURATION_TYPE_PRIMARY_QUAD_VARJO: 616 617 if (proj->viewCount != 4) { 617 618 return oxr_error(log, XR_ERROR_VALIDATION_FAILURE,