You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XrViewConfigurationView specifies maxImageRectWidth and maxImageRectHeight but no enforcement is explicitly specified. Should the runtime return XR_ERROR_SWAPCHAIN_RECT_INVALID if the application specifies a XrSwapchainSubImage that is larger than these limits?
It seems that maxImageRectWidth and maxImageRectHeight only apply to XrCompositionLayerProjection. Would it be possible to have some way for the runtime to limit the subimage extent for other layer types, such as XrCompositionLayerQuad? Or will the only mechanism for this be to limit the maximum extent of the entire swapchain image via XrSystemGraphicsProperties.maxSwapchainImageWidth and Height?
XrViewConfigurationViewspecifiesmaxImageRectWidthandmaxImageRectHeightbut no enforcement is explicitly specified. Should the runtime returnXR_ERROR_SWAPCHAIN_RECT_INVALIDif the application specifies aXrSwapchainSubImagethat is larger than these limits?It seems that
maxImageRectWidthandmaxImageRectHeightonly apply toXrCompositionLayerProjection. Would it be possible to have some way for the runtime to limit the subimage extent for other layer types, such asXrCompositionLayerQuad? Or will the only mechanism for this be to limit the maximum extent of the entire swapchain image viaXrSystemGraphicsProperties.maxSwapchainImageWidthandHeight?