I am using a custom board (with custom screen) on an imx535. I am trying to use some of the gles 2.0 frame buffer samples in the gpusdk. One of the problems I am running into is that glClearColor always seems to only show red (when it shows anything). I started with lesson02 but have seen the problem on the es20/lesson05/lesson05_imx.c as well. I have added some glut code so I could test it on my desktop, which does show the correct color. I thought it might be something in my egl config, but I tried all that are available and saw no change.
I have attached the file I am using. Thanks for your help
Original Attachment has been moved to: lesson05_imx.c.txt.zip
Hi,
Are you able to run simpletriangle or tiger? They are both in /usr/bin.
Michel