Files
cup_edit/thermion_dart/native/include/material/linear_depth.h
2025-07-01 13:16:07 +08:00

18 lines
387 B
C

#ifndef LINEAR_DEPTH_H_
#define LINEAR_DEPTH_H_
#include <stdint.h>
#ifdef __cplusplus
extern "C" {
#endif
extern const uint8_t LINEAR_DEPTH_PACKAGE[];
extern int LINEAR_DEPTH_LINEAR_DEPTH_OFFSET;
extern int LINEAR_DEPTH_LINEAR_DEPTH_SIZE;
#ifdef __cplusplus
}
#endif
#define LINEAR_DEPTH_LINEAR_DEPTH_DATA (LINEAR_DEPTH_PACKAGE + LINEAR_DEPTH_LINEAR_DEPTH_OFFSET)
#endif