You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

43 lines
1.5 KiB

7 months ago
/**
********************************************************************************
* Copyright (C) 2024 NEXTCHIP Inc. All rights reserved.
* This software is the confidential and proprietary information of
* NEXTCHIP, Inc. ("Confidential Information"). You shall not disclose such
* Confidential Information and shall use it only in accordance with
* the terms of the license agreement you entered into with NEXTCHIP.
********************************************************************************
********************************************************************************
* @file : nc_opengl_shader.h
*
* @brief : nc_opengl_shader header
*
* @author : Software Development Team. NextChip Inc.
*
* @date : 2024.08.09.
*
* @version : 1.0.0
********************************************************************************
* @note
*
********************************************************************************
*/
#ifndef __NC_OPENGL_SHADER_H__
#define __NC_OPENGL_SHADER_H__
#include <stdio.h>
extern const char *fragmentShaderSourceVideo_yuv;
extern const char *fragmentShaderSourceVideo;
extern const char *vertexShaderSourceVideo;
extern const char *fragmentShaderSourceEx;
extern const char *vertexShaderSourceEx;
extern const char *TextVertexShaderSource;
extern const char *TextFragmentShaderSource;
extern const char *fragmentShaderNpu;
extern const char *vertexShaderNpu;
extern const char *fragmentShaderFont;
extern const char *vertexShaderFont;
#endif // __NC_OPENGL_SHADER_H__