TinyGL 0.4.1 for MinGW
Functions | Variables
init.c File Reference
#include "zgl.h"

Go to the source code of this file.

Functions

void initSharedState (GLContext *c)
 
void endSharedState (GLContext *c)
 
void glInit (void *zbuffer1)
 
void glClose (void)
 

Variables

GLContextgl_ctx
 

Function Documentation

◆ endSharedState()

void endSharedState ( GLContext c)

Definition at line 16 of file init.c.

◆ glClose()

void glClose ( void  )

Definition at line 184 of file init.c.

◆ glInit()

void glInit ( void *  zbuffer1)

Definition at line 30 of file init.c.

◆ initSharedState()

void initSharedState ( GLContext c)

Definition at line 6 of file init.c.

Variable Documentation

◆ gl_ctx

GLContext* gl_ctx

Definition at line 3 of file init.c.