mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 13:04:35 +00:00
Added notes on API headers.
This commit is contained in:
parent
0108a6bdeb
commit
8ac7cab100
@ -50,7 +50,9 @@ header that the GLFW header includes and GLEW will work as expected.
|
|||||||
@subsection build_macros GLFW header option macros
|
@subsection build_macros GLFW header option macros
|
||||||
|
|
||||||
These macros may be defined before the inclusion of the GLFW header and affect
|
These macros may be defined before the inclusion of the GLFW header and affect
|
||||||
how that header behaves.
|
the behavior of the header. Note that GLFW does not provide any of the OpenGL
|
||||||
|
or OpenGL ES headers mentioned below. These are provided by your development
|
||||||
|
environment or your OpenGL or OpenGL ES SDK.
|
||||||
|
|
||||||
`GLFW_INCLUDE_GLCOREARB` makes the header include the modern `GL/glcorearb.h`
|
`GLFW_INCLUDE_GLCOREARB` makes the header include the modern `GL/glcorearb.h`
|
||||||
header (`OpenGL/gl3.h` on OS X) instead of the regular OpenGL header.
|
header (`OpenGL/gl3.h` on OS X) instead of the regular OpenGL header.
|
||||||
|
Loading…
Reference in New Issue
Block a user