Go to the source code of this file.
Classes | |
struct | _GLFWcontextNSGL |
struct | _GLFWlibraryNSGL |
Macros | |
#define | _GLFW_PLATFORM_CONTEXT_STATE _GLFWcontextNSGL nsgl |
#define | _GLFW_PLATFORM_LIBRARY_CONTEXT_STATE _GLFWlibraryNSGL nsgl |
Typedefs | |
typedef struct _GLFWcontextNSGL | _GLFWcontextNSGL |
typedef struct _GLFWlibraryNSGL | _GLFWlibraryNSGL |
Functions | |
GLFWbool | _glfwCreateContextNSGL (_GLFWwindow *window, const _GLFWctxconfig *ctxconfig, const _GLFWfbconfig *fbconfig) |
void | _glfwDestroyContextNSGL (_GLFWwindow *window) |
GLFWbool | _glfwInitNSGL (void) |
void | _glfwTerminateNSGL (void) |
#define _GLFW_PLATFORM_CONTEXT_STATE _GLFWcontextNSGL nsgl |
Definition at line 27 of file nsgl_context.h.
#define _GLFW_PLATFORM_LIBRARY_CONTEXT_STATE _GLFWlibraryNSGL nsgl |
Definition at line 28 of file nsgl_context.h.
typedef struct _GLFWcontextNSGL _GLFWcontextNSGL |
typedef struct _GLFWlibraryNSGL _GLFWlibraryNSGL |
GLFWbool _glfwCreateContextNSGL | ( | _GLFWwindow * | window, |
const _GLFWctxconfig * | ctxconfig, | ||
const _GLFWfbconfig * | fbconfig | ||
) |
void _glfwDestroyContextNSGL | ( | _GLFWwindow * | window | ) |