-
Notifications
You must be signed in to change notification settings - Fork 68
How to enforce maxImageRectWidth, especially for non-projection layers? #195
Copy link
Copy link
Open
Labels
synced to gitlabA corresponding issue has been filed in the Khronos internal GitLabA corresponding issue has been filed in the Khronos internal GitLab
Description
-
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?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
synced to gitlabA corresponding issue has been filed in the Khronos internal GitLabA corresponding issue has been filed in the Khronos internal GitLab