Example: Added EGL application example running with DirectFB
authorMarek Pikarski <mass@directfb.org>
Tue, 1 Oct 2013 07:40:30 +0000 (09:40 +0200)
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>
Tue, 1 Oct 2013 14:19:00 +0000 (16:19 +0200)
commit5a7152634684045ea46f9a3e54ae3039cbdc1b36
tree248634bd71a090d79409765778690d880b3384cc
parent9d8a28302d3d7f3167d58b6d2839e3d688c3fb3c
Example: Added EGL application example running with DirectFB

Added an EGL example application which directly renders into a DIrectFB surface.

Signed-off-by: Marek Pikarski <mass@directfb.org>
LayerManagerExamples/EGLDFBApplicationExample/CMakeLists.txt [new file with mode: 0644]
LayerManagerExamples/EGLDFBApplicationExample/include/egl_helper.h [new file with mode: 0644]
LayerManagerExamples/EGLDFBApplicationExample/include/gles2application.h [new file with mode: 0644]
LayerManagerExamples/EGLDFBApplicationExample/src/eglDFB_application.cpp [new file with mode: 0644]
LayerManagerExamples/EGLDFBApplicationExample/src/egl_helper.cpp [new file with mode: 0644]
LayerManagerExamples/EGLDFBApplicationExample/src/gles2application.cpp [new file with mode: 0644]