![]() |
Wise&mystical
1.0
Project about Europe
|
Go to the source code of this file.
Macros | |
#define | addAttrib(a) |
#define | setAttrib(a, v) { addAttrib(a); addAttrib(v); } |
Functions | |
GLFWbool | _glfwInitNSGL (void) |
void | _glfwTerminateNSGL (void) |
GLFWbool | _glfwCreateContextNSGL (_GLFWwindow *window, const _GLFWctxconfig *ctxconfig, const _GLFWfbconfig *fbconfig) |
GLFWAPI id | glfwGetNSGLContext (GLFWwindow *handle) |
#define addAttrib | ( | a | ) |
GLFWbool _glfwCreateContextNSGL | ( | _GLFWwindow * | window, |
const _GLFWctxconfig * | ctxconfig, | ||
const _GLFWfbconfig * | fbconfig | ||
) |
Definition at line 158 of file nsgl_context.m.
GLFWbool _glfwInitNSGL | ( | void | ) |
Definition at line 133 of file nsgl_context.m.
void _glfwTerminateNSGL | ( | void | ) |
GLFWAPI id glfwGetNSGLContext | ( | GLFWwindow * | handle | ) |