C Specification

The XrSystemGraphicsProperties structure is defined as:

typedef struct XrSystemGraphicsProperties {
    uint32_t    maxSwapchainImageHeight;
    uint32_t    maxSwapchainImageWidth;
    uint32_t    maxViewCount;
    uint32_t    maxLayerCount;
} XrSystemGraphicsProperties;

Members

Member Descriptions
  • maxSwapchainImageHeight is the maximum swapchain image pixel height supported by this system.

  • maxSwapchainImageWidth is the maximum swapchain image pixel width supported by this system.

  • maxViewCount is maximum number of views possibly required by xrLocateViews.

  • maxLayerCount is the maximum number of composition layers supported by this system.

Description

Valid Usage (Implicit)
  • maxSwapchainImageHeight must be a valid uint32_t value

  • maxSwapchainImageWidth must be a valid uint32_t value

  • maxViewCount must be a valid uint32_t value

  • maxLayerCount must be a valid uint32_t value

See Also

Document Notes

For more information, see the OpenXR Specification at URL

This page is extracted from the OpenXR Specification. Fixes and changes should be made to the Specification, not directly.

Copyright (c) 2014-2019 Khronos Group. This work is licensed under a Creative Commons Attribution 4.0 International License.