1 Star 0 Fork 0

vsf-linux / sdlpal

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
video_glsl.h 1.26 KB
一键复制 编辑 原始数据 按行查看 历史
Wei Mingzhi 提交于 2022-01-09 17:30 . Update copyright.
/* -*- mode: c; tab-width: 4; c-basic-offset: 4; c-file-style: "linux" -*- */
//
// Copyright (c) 2011-2022, SDLPAL development team.
// All rights reserved.
//
// This file is part of SDLPAL.
//
// SDLPAL is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License, version 3
// as published by the Free Software Foundation.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
//
// video_glsl.h: hacky SDL2 renderer that compatible of retroarch-style
// multipass shader preset header by palxex, 2018
//
#ifndef video_glsl_h
#define video_glsl_h
#include "main.h"
#if PAL_HAS_GLSL
# include "mini_glloader.h"
#endif
PAL_C_LINKAGE_BEGIN
extern SDL_Texture *VIDEO_GLSL_CreateTexture(int width, int height);
extern void VIDEO_GLSL_RenderCopy();
extern void VIDEO_GLSL_Init();
extern void VIDEO_GLSL_Setup();
extern void VIDEO_GLSL_Destroy();
PAL_C_LINKAGE_END
#endif /* video_glsl_h */
1
https://gitee.com/vsf-linux/sdlpal.git
git@gitee.com:vsf-linux/sdlpal.git
vsf-linux
sdlpal
sdlpal
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891