Skip to content

fix conflicting data types between GLES2/gl2.h and GLES/gl.h#19

Open
RomainNaour wants to merge 1 commit intolinux-sunxi:masterfrom
RomainNaour:fix-conflicting-data-types-between-GLES2-and-GLES
Open

fix conflicting data types between GLES2/gl2.h and GLES/gl.h#19
RomainNaour wants to merge 1 commit intolinux-sunxi:masterfrom
RomainNaour:fix-conflicting-data-types-between-GLES2-and-GLES

Conversation

@RomainNaour
Copy link

When OpenGL ES 1.1 and OpenGL ES 2.0 are used at the same time, the
build fail since GLintptr and GLsizeiptr data type are not the same in
GLES2/gl2.h and GLES/gl.h.

Also sync the data type of GLbyte, GLubyte, GLfloat, GLclampf and
GLfixed.

Fixes:
http://autobuild.buildroot.net/results/258/25898b45cefde9661d8ac87dd84bc883bb5283d1

Signed-off-by: Romain Naour romain.naour@gmail.com

When OpenGL ES 1.1 and OpenGL ES 2.0 are used at the same time, the
build fail since GLintptr and GLsizeiptr data type are not the same in
GLES2/gl2.h and GLES/gl.h.

Also sync the data type of GLbyte, GLubyte, GLfloat, GLclampf and
GLfixed.

Fixes:
http://autobuild.buildroot.net/results/258/25898b45cefde9661d8ac87dd84bc883bb5283d1

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant