From 04d53629db766afc470380db98a66cc0a1502869 Mon Sep 17 00:00:00 2001 From: Yuri Kunde Schlesner Date: Sat, 23 Aug 2014 11:48:58 -0300 Subject: Remove documentation for external modules. We don't need these and they clutter up the repository. --- externals/glfw-3.0.2/docs/html/group__native.html | 316 ---------------------- 1 file changed, 316 deletions(-) delete mode 100644 externals/glfw-3.0.2/docs/html/group__native.html (limited to 'externals/glfw-3.0.2/docs/html/group__native.html') diff --git a/externals/glfw-3.0.2/docs/html/group__native.html b/externals/glfw-3.0.2/docs/html/group__native.html deleted file mode 100644 index a43378bd9..000000000 --- a/externals/glfw-3.0.2/docs/html/group__native.html +++ /dev/null @@ -1,316 +0,0 @@ - - - - - - -GLFW: Native access - - - - - - - - - -
-
- - - - - - -
-
GLFW -  3.0.2 -
-
A multi-platform library for OpenGL, window and input
-
-
- - - - -
- -
- All Data Structures Files Functions Variables Typedefs Macros Groups Pages
- - -
- -
- -
- -
-
Native access
-
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-Functions

HWND glfwGetWin32Window (GLFWwindow *window)
 Returns the HWND of the specified window. More...
 
HGLRC glfwGetWGLContext (GLFWwindow *window)
 Returns the HGLRC of the specified window. More...
 
id glfwGetCocoaWindow (GLFWwindow *window)
 Returns the NSWindow of the specified window. More...
 
id glfwGetNSGLContext (GLFWwindow *window)
 Returns the NSOpenGLContext of the specified window. More...
 
Display * glfwGetX11Display (void)
 Returns the Display used by GLFW. More...
 
Window glfwGetX11Window (GLFWwindow *window)
 Returns the Window of the specified window. More...
 
GLXContext glfwGetGLXContext (GLFWwindow *window)
 Returns the GLXContext of the specified window. More...
 
EGLDisplay glfwGetEGLDisplay (void)
 Returns the EGLDisplay used by GLFW. More...
 
EGLContext glfwGetEGLContext (GLFWwindow *window)
 Returns the EGLContext of the specified window. More...
 
EGLSurface glfwGetEGLSurface (GLFWwindow *window)
 Returns the EGLSurface of the specified window. More...
 
-

Detailed Description

-

By using the native API, you assert that you know what you're doing and how to fix problems caused by using it. If you don't, you shouldn't be using it.

-

Before the inclusion of glfw3native.h, you must define exactly one window API macro and exactly one context API macro. Failure to do this will cause a compile-time error.

-

The available window API macros are:

- -

The available context API macros are:

- -

These macros select which of the native access functions that are declared and which platform-specific headers to include. It is then up your (by definition platform-specific) code to handle which of these should be defined.

-

Function Documentation

- -
-
- - - - - - - - -
id glfwGetCocoaWindow (GLFWwindowwindow)
-
-
Returns
The NSWindow of the specified window.
- -
-
- -
-
- - - - - - - - -
EGLContext glfwGetEGLContext (GLFWwindowwindow)
-
-
Returns
The EGLContext of the specified window.
- -
-
- -
-
- - - - - - - - -
EGLDisplay glfwGetEGLDisplay (void )
-
-
Returns
The EGLDisplay used by GLFW.
- -
-
- -
-
- - - - - - - - -
EGLSurface glfwGetEGLSurface (GLFWwindowwindow)
-
-
Returns
The EGLSurface of the specified window.
- -
-
- -
-
- - - - - - - - -
GLXContext glfwGetGLXContext (GLFWwindowwindow)
-
-
Returns
The GLXContext of the specified window.
- -
-
- -
-
- - - - - - - - -
id glfwGetNSGLContext (GLFWwindowwindow)
-
-
Returns
The NSOpenGLContext of the specified window.
- -
-
- -
-
- - - - - - - - -
HGLRC glfwGetWGLContext (GLFWwindowwindow)
-
-
Returns
The HGLRC of the specified window.
- -
-
- -
-
- - - - - - - - -
HWND glfwGetWin32Window (GLFWwindowwindow)
-
-
Returns
The HWND of the specified window.
- -
-
- -
-
- - - - - - - - -
Display* glfwGetX11Display (void )
-
-
Returns
The Display used by GLFW.
- -
-
- -
-
- - - - - - - - -
Window glfwGetX11Window (GLFWwindowwindow)
-
-
Returns
The Window of the specified window.
- -
-
-
- - - - -- cgit v1.2.3