Monado OpenXR Runtime
|
Results from a import, nicer then having to pass in multiple arrays. More...
#include <ogl/ogl_helpers.h>
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 |
Results from a import, nicer then having to pass in multiple arrays.
uint32_t ogl_import_results::image_count |
The count of textures and memories.
Referenced by ogl_import_from_native().
uint32_t ogl_import_results::memories[XRT_MAX_SWAPCHAIN_IMAGES] |
Memory objects for imported textures.
Referenced by ogl_import_from_native().
uint32_t ogl_import_results::textures[XRT_MAX_SWAPCHAIN_IMAGES] |
Imported textures.
Referenced by ogl_import_from_native().
uint32_t ogl_import_results::width |
Dimensions.
Referenced by ogl_import_from_native().