JuliaGL / GLFW.jl

Julia interface to GLFW, a multi-platform library for creating windows with OpenGL contexts and managing input and events.
http://www.glfw.org/
MIT License
138 stars 32 forks source link

Expose a thinner method over `GetRequiredInstanceExtensions` #187

Closed Gnimuc closed 5 years ago

Gnimuc commented 5 years ago

This can avoid redundant unsafe conversions from Julia String array to Ptr{Cstring}.