使用gbm实现opengles在drm上画图
Go to file
2024-10-08 08:33:12 +00:00
src 简化CMakeLists.txt中的依赖文件 2024-10-08 08:33:12 +00:00
.gitignore init 2024-09-29 09:19:42 +00:00
CMakeLists.txt 简化CMakeLists.txt中的依赖文件 2024-10-08 08:33:12 +00:00
Makefile init 2024-09-29 09:19:42 +00:00
README.md init 2024-09-29 09:19:42 +00:00

使用gbm实现opengles在drm上画图。

Syntax Description
color_test.c 直接刷写fb的像素值
simple-es2.c 使用GBM + pbuffer离屏渲染并写入文件
triangle-es2.c 使用GBM + surface渲染opengles到屏幕

依赖

libgbm-dev, libopengles-dev