Monado OpenXR Runtime
ogl_import_results Struct Reference

Results from a import, nicer then having to pass in multiple arrays. More...

#include <ogl/ogl_helpers.h>

Collaboration diagram for ogl_import_results:

Data Fields

uint32_t textures [XRT_MAX_SWAPCHAIN_IMAGES]
 Imported textures. More...
 
uint32_t memories [XRT_MAX_SWAPCHAIN_IMAGES]
 Memory objects for imported textures. More...
 
uint32_t image_count
 The count of textures and memories. More...
 
uint32_t width
 Dimensions. More...
 
uint32_t height
 

Detailed Description

Results from a import, nicer then having to pass in multiple arrays.

Field Documentation

◆ image_count

uint32_t ogl_import_results::image_count

The count of textures and memories.

Referenced by ogl_import_from_native().

◆ memories

uint32_t ogl_import_results::memories[XRT_MAX_SWAPCHAIN_IMAGES]

Memory objects for imported textures.

Referenced by ogl_import_from_native().

◆ textures

uint32_t ogl_import_results::textures[XRT_MAX_SWAPCHAIN_IMAGES]

Imported textures.

Referenced by ogl_import_from_native().

◆ width

uint32_t ogl_import_results::width

Dimensions.

Referenced by ogl_import_from_native().


The documentation for this struct was generated from the following file: