Wise&mystical  1.0
Project about Europe
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
nsgl_context.h File Reference
#include <stdatomic.h>
+ Include dependency graph for nsgl_context.h:
+ This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ _GLFW_PLATFORM_CONTEXT_STATE

#define _GLFW_PLATFORM_CONTEXT_STATE   _GLFWcontextNSGL nsgl

Definition at line 35 of file nsgl_context.h.

◆ _GLFW_PLATFORM_LIBRARY_CONTEXT_STATE

#define _GLFW_PLATFORM_LIBRARY_CONTEXT_STATE   _GLFWlibraryNSGL nsgl

Definition at line 36 of file nsgl_context.h.

◆ NSOpenGLContextParameterSurfaceOpacity

#define NSOpenGLContextParameterSurfaceOpacity   NSOpenGLCPSurfaceOpacity

Definition at line 32 of file nsgl_context.h.

◆ NSOpenGLContextParameterSwapInterval

#define NSOpenGLContextParameterSwapInterval   NSOpenGLCPSwapInterval

Definition at line 31 of file nsgl_context.h.

Typedef Documentation

◆ _GLFWcontextNSGL

◆ _GLFWlibraryNSGL

Function Documentation

◆ _glfwCreateContextNSGL()

GLFWbool _glfwCreateContextNSGL ( _GLFWwindow window,
const _GLFWctxconfig ctxconfig,
const _GLFWfbconfig fbconfig 
)

Definition at line 158 of file nsgl_context.m.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ _glfwDestroyContextNSGL()

void _glfwDestroyContextNSGL ( _GLFWwindow window)

◆ _glfwInitNSGL()

GLFWbool _glfwInitNSGL ( void  )

Definition at line 133 of file nsgl_context.m.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ _glfwTerminateNSGL()

void _glfwTerminateNSGL ( void  )

Definition at line 152 of file nsgl_context.m.

+ Here is the caller graph for this function: