|
Monado OpenXR Runtime
|
Haptic related functions. More...
#include "oxr_haptic.h"
Macros | |
| #define | GET_SAMPLE_RATE(X) |
Functions | |
| static bool | get_action_output_pcm_sample_rate (struct oxr_action_cache *cache, float *sample_rate) |
| XrResult | oxr_haptic_get_attachment_pcm_sample_rate (struct oxr_action_attachment *act_attached, const struct oxr_subaction_paths subaction_paths, float *sample_rate) |
| Mostly used to implement the XR_FB_haptic_pcm extension. More... | |
Haptic related functions.
| #define GET_SAMPLE_RATE | ( | X | ) |
| XrResult oxr_haptic_get_attachment_pcm_sample_rate | ( | struct oxr_action_attachment * | act_attached, |
| const struct oxr_subaction_paths | subaction_paths, | ||
| float * | sample_rate | ||
| ) |
Mostly used to implement the XR_FB_haptic_pcm extension.
References OXR_FOR_EACH_SUBACTION_PATH.