1 Star 0 Fork 1

静观其变/SampleYUVRenderer-opengl_yuv

forked from 孙全/project_17711325 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
main.cpp 199 Bytes
一键复制 编辑 原始数据 按行查看 历史
aler 提交于 2018-08-03 17:53 . Initial commit
#include "TestWidget.h"
#include <QApplication>
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
TestWidget w;
w.show();
w.readAllSampleFile();
return a.exec();
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/Jundy/sample-yuvrenderer-opengl_yuv.git
git@gitee.com:Jundy/sample-yuvrenderer-opengl_yuv.git
Jundy
sample-yuvrenderer-opengl_yuv
SampleYUVRenderer-opengl_yuv
master

搜索帮助