• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. R

    Apps OpenGL: a simple render works on emulator, fails on hw?

    I am migrating the graphics code of a 2D game from android.graphics.* to OpenGL ES. So far so good... it looks okay in the emulator, but fails to draw anything at all on hardware. I have boiled the Renderer code down to the below, which simply draws a red square on the screen... it works...