Tool/software: TI C/C++ Compiler
Hi,
I am using AM4379. I am working on an OpenGL ES application. My processor SDK version is evm 04.02.00.09 and has both GLES and GLES2 in the linux-devkit folder. Currently I am using GLES2 however, I want to use both GLES and GLES2 headers i.e gl.h & gl2.h in the same code. How do I do that? I want to use functions available in both these header files. What changes do I need to make? I am Using wayland with EGL.
I am compiling my OpenGL ES 2 code using the following command: arm-linuxgnueabihf-gcc circle.c -o circle -lEGL -lGLESv2 -lwayland-client -lwayland-cursor -lpvr_wlegl -lm
Kindly help.