Re: Bind VBO, glGetError 0x501
Posted by
gouessej on
Jul 08, 2014; 3:17pm
URL: https://forum.jogamp.org/Bind-VBO-glGetError-0x501-tp4032531p4032532.html
Hi
0x501 means GL_INVALID_VALUE. The image is probably too big for the Raspberry Pi (2048 * 2048 as far as I know). There is nothing strange as you can get this maximum value by using glGetIntegerv with GL.GL_MAX_TEXTURE_SIZE.
1936 < 2048 but 2240 > 1936