|
Monado OpenXR Runtime
|
Header defining visibility mask helper struct. More...
#include "xrt/xrt_defines.h"
Go to the source code of this file.
Data Structures | |
| struct | xrt_visibility_mask |
| Visibility mask helper, the indices and vertices are tightly packed after this struct. More... | |
Functions | |
| static uint32_t * | xrt_visibility_mask_get_indices (const struct xrt_visibility_mask *mask) |
| Visibility mask helper function to get the indices. More... | |
| static struct xrt_vec2 * | xrt_visibility_mask_get_vertices (const struct xrt_visibility_mask *mask) |
| Visibility mask helper function to get the vertices. More... | |
| static size_t | xrt_visibility_mask_get_size (const struct xrt_visibility_mask *mask) |
| Visibility mask helper function to get the total size of the struct. More... | |
Header defining visibility mask helper struct.