![]() |
Wise&mystical
1.0
Project about Europe
|
#include <stdatomic.h>
Go to the source code of this file.
Classes | |
struct | _GLFWcontextNSGL |
struct | _GLFWlibraryNSGL |
Macros | |
#define | NSOpenGLContextParameterSwapInterval NSOpenGLCPSwapInterval |
#define | NSOpenGLContextParameterSurfaceOpacity NSOpenGLCPSurfaceOpacity |
#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 | _glfwInitNSGL (void) |
void | _glfwTerminateNSGL (void) |
GLFWbool | _glfwCreateContextNSGL (_GLFWwindow *window, const _GLFWctxconfig *ctxconfig, const _GLFWfbconfig *fbconfig) |
void | _glfwDestroyContextNSGL (_GLFWwindow *window) |
#define _GLFW_PLATFORM_CONTEXT_STATE _GLFWcontextNSGL nsgl |
Definition at line 35 of file nsgl_context.h.
#define _GLFW_PLATFORM_LIBRARY_CONTEXT_STATE _GLFWlibraryNSGL nsgl |
Definition at line 36 of file nsgl_context.h.
#define NSOpenGLContextParameterSurfaceOpacity NSOpenGLCPSurfaceOpacity |
Definition at line 32 of file nsgl_context.h.
#define NSOpenGLContextParameterSwapInterval NSOpenGLCPSwapInterval |
Definition at line 31 of file nsgl_context.h.
typedef struct _GLFWcontextNSGL _GLFWcontextNSGL |
typedef struct _GLFWlibraryNSGL _GLFWlibraryNSGL |
GLFWbool _glfwCreateContextNSGL | ( | _GLFWwindow * | window, |
const _GLFWctxconfig * | ctxconfig, | ||
const _GLFWfbconfig * | fbconfig | ||
) |
Definition at line 158 of file nsgl_context.m.
void _glfwDestroyContextNSGL | ( | _GLFWwindow * | window | ) |
GLFWbool _glfwInitNSGL | ( | void | ) |
Definition at line 133 of file nsgl_context.m.
void _glfwTerminateNSGL | ( | void | ) |