glfw/include/GLFW
Camilla Löwy 05f6c13d11 Add support for GLFW_NATIVE_INCLUDE_NONE macro
By default, the glfw3native.h header will include the platform-specific
headers necessary for the return types of GLFW native access functions.

Sometimes it is preferrable to declare those types

This commit adds support for the GLFW_NATIVE_INCLUDE_NONE macro, which
when defined disables the inclusion of all platform-specific headers.

Fixes #1348
2022-06-08 22:14:38 +02:00
..
glfw3.h Fix GLAPIENTRY not being defined for native access 2022-05-06 19:18:47 +02:00
glfw3native.h Add support for GLFW_NATIVE_INCLUDE_NONE macro 2022-06-08 22:14:38 +02:00