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

How are extensions handled (on OS X)? #162

Open
tildeleb opened this issue Jul 14, 2014 · 1 comment
Open

How are extensions handled (on OS X)? #162

tildeleb opened this issue Jul 14, 2014 · 1 comment

Comments

@tildeleb
Copy link
Contributor

I would like to add support for:
gl.MAX_TEXTURE_MAX_ANISOTROPY_EXT
gl.TEXTURE_MAX_ANISOTROPY_EXT

This has to be one of the simplest extensions to add, just two constants. It was first implemented in 1999 on the GeForce 256 and should be available on almost every chip in use today.

I don't see support for any other EXT extensions or ARB extensions other than ARB DEBUG. I looked at previous issues and didn't see much information about the policy or technical issues with extensions.

What's the right approach and what don't I know before I try to add support?

@dmitshur
Copy link
Member

dmitshur commented Apr 2, 2015

I would recommend using the bindings at https://github.com/go-gl/gl. They already have both of those extensions (and many more).

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

No branches or pull requests

2 participants