Monado OpenXR Runtime
Loading...
Searching...
No Matches
oxr_subaction.c File Reference

Holds subaction related functions. More...

#include "util/u_misc.h"
#include "oxr_subaction.h"
#include "oxr_instance_path_cache.h"
Include dependency graph for oxr_subaction.c:

Macros

#define IDENTIFY_PATH(X)
 

Functions

bool oxr_classify_subaction_paths (const struct oxr_instance_path_cache *cache, uint32_t subaction_path_count, const XrPath *subaction_paths, struct oxr_subaction_paths *out_subaction_paths)
 

Detailed Description

Macro Definition Documentation

◆ IDENTIFY_PATH

#define IDENTIFY_PATH (   X)
Value:
else if (path == cache->X) \
{ \
out_subaction_paths->X = true; \
}