24 lines
375 B
C
24 lines
375 B
C
/*
|
|
* SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
* Copyright (c) 2022 Fuzhou Rockchip Electronics Co., Ltd
|
|
*
|
|
* OpenGL ES 2.0 code
|
|
*/
|
|
|
|
#ifndef GL_CODE_YUVINPUT_H
|
|
#define GL_CODE_YUVINPUT_H
|
|
|
|
//#ifdef __cplusplus
|
|
//extern "C" {
|
|
//#endif
|
|
|
|
int slt_gpu_light_init(void);
|
|
int slt_gpu_light_run(void);
|
|
int slt_gpu_light_deinit(void);
|
|
|
|
//#ifdef __cplusplus
|
|
//}
|
|
//#endif
|
|
|
|
#endif
|