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

glfw: maintain C ABI compatability for OpenGL proc addrs #52

Closed
slimsag opened this issue Oct 29, 2021 · 0 comments · Fixed by #54
Closed

glfw: maintain C ABI compatability for OpenGL proc addrs #52

slimsag opened this issue Oct 29, 2021 · 0 comments · Fixed by #54
Labels
Milestone

Comments

@slimsag
Copy link
Member

slimsag commented Oct 29, 2021

Same as #49 but for OpenGL

@slimsag slimsag added the glfw label Oct 29, 2021
@slimsag slimsag changed the title maintain C ABI compatability for OpenGL proc addrs glfw: maintain C ABI compatability for OpenGL proc addrs Oct 29, 2021
slimsag added a commit that referenced this issue Oct 30, 2021
Having `glfw.getProcAddress` conform to the GLFW C ABI is important as it is often
likely to be passed into libraries which expect exactly that ABI for OpenGL function
loading.

Fixes #52

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
slimsag added a commit that referenced this issue Oct 30, 2021
Having `glfw.getProcAddress` conform to the GLFW C ABI is important as it is often
likely to be passed into libraries which expect exactly that ABI for OpenGL function
loading.

Fixes #52

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
slimsag added a commit to hexops/mach-glfw that referenced this issue Oct 30, 2021
Having `glfw.getProcAddress` conform to the GLFW C ABI is important as it is often
likely to be passed into libraries which expect exactly that ABI for OpenGL function
loading.

Fixes hexops/mach#52

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
slimsag added a commit to hexops/mach-glfw that referenced this issue Aug 26, 2022
Having `glfw.getProcAddress` conform to the GLFW C ABI is important as it is often
likely to be passed into libraries which expect exactly that ABI for OpenGL function
loading.

Fixes hexops/mach#52

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
@slimsag slimsag added this to the Mach 0.2 milestone Jul 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant