Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 5, 2017

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

    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 <[email protected]>
    RomainNaour committed Jun 5, 2017
    Configuration menu
    Copy the full SHA
    7922054 View commit details
    Browse the repository at this point in the history