Lines Matching refs:GLU
100 `GLFW_INCLUDE_GLU` makes the header include the GLU header in addition to the
102 and only for compatibility with legacy code. GLU has been deprecated and should
141 `kernel32`. If you are using GLU, you must also link with `glu32`.
150 uses OpenGL and `glu32` if it uses GLU.
188 Note that the dependencies do not include OpenGL or GLU, as GLFW loads any
189 OpenGL, OpenGL ES or Vulkan libraries it needs at runtime and does not use GLU.
206 The OpenGL CMake package also looks for GLU. If GLU is found, the
214 @note GLU has been deprecated and should not be used in new code, but some
231 Note that the dependencies do not include OpenGL or GLU, as GLFW loads any
232 OpenGL, OpenGL ES or Vulkan libraries it needs at runtime and does not use GLU.
249 The OpenGL CMake package also looks for GLU. If GLU is found, the
257 @note GLU has been deprecated and should not be used in new code, but some
291 The dependencies do not include OpenGL or GLU, as GLFW loads any OpenGL, OpenGL
292 ES or Vulkan libraries it needs at runtime and does not use GLU. On OS X, GLU
293 is built into the OpenGL framework, so if you need GLU you don't need to do
294 anything extra. If you need GLU and are using Linux or BSD, you should add the
301 @note GLU has been deprecated and should not be used in new code, but some
305 link statically against GLU.
342 The OpenGL framework contains both the OpenGL and GLU APIs, so there is nothing
343 special to do when using GLU. Also note that even though your machine may have