linuxOS_AP05/external/slt_gpu_light/src/gl_code_yuvinput.h
2025-06-02 13:59:07 +08:00

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