Draw a 2D Image using OpenGL ES 2.0

前端 未结 5 1484
盖世英雄少女心
盖世英雄少女心 2021-01-31 09:57

I\'ve been struggling to draw a 2D image from jpg/png files using openGL ES 2.0 for Android. Everywhere I look the tutorials are for texturing 3D images so its been rough figuri

5条回答
  •  一向
    一向 (楼主)
    2021-01-31 10:05

    The solution could be as simple as Enabling mTextureCoord... before assigning the VertexAttribPointer;

提交回复
热议问题