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 OpenGL ES 3.1 on non-Nvidia devices. #2142

Merged

Commits on Mar 8, 2015

  1. Fix OpenGL ES 3.1 on non-Nvidia devices.

    We are declaring we require ARB_shader_image_load_store in the shader, this isn't an extension on GLES because it is part of the GLSL ES 3.1 spec.
    If we are running as GLES then just not put it in the shaders.
    Sonicadvance1 committed Mar 8, 2015
    Configuration menu
    Copy the full SHA
    3c5e99c View commit details
    Browse the repository at this point in the history