Monado OpenXR Runtime
alpha_encoding.h
Go to the documentation of this file.
1
// Copyright 2019-2022, Collabora, Ltd.
2
// SPDX-License-Identifier: BSL-1.0
3
/*!
4
* @file
5
* @brief OpenGloves Alpha Encoding Decoding interface.
6
* @author Daniel Willmott <web@dan-w.com>
7
* @ingroup drv_opengloves
8
*/
9
10
#pragma once
11
#include "
encoding.h
"
12
13
#ifdef __cplusplus
14
extern
"C"
{
15
#endif
16
17
void
18
opengloves_alpha_encoding_decode(
const
char
*data,
struct
opengloves_input
*out_kv);
19
20
void
21
opengloves_alpha_encoding_encode(
const
struct
opengloves_output
*output,
char
*out_buff);
22
#ifdef __cplusplus
23
}
24
#endif
encoding.h
Defines for OpenGloves internal inputs.
opengloves_input
Definition:
encoding.h:60
opengloves_output
Definition:
encoding.h:79
drivers
opengloves
encoding
alpha_encoding.h
Generated by
1.9.4