TinyGL 0.4.1 for MinGW
Data Structures | Functions
oscontext.h File Reference

Go to the source code of this file.

Data Structures

struct  ostgl_context
 

Functions

ostgl_contextostgl_create_context (const int xsize, const int ysize, const int depth, void **framebuffers, const int numbuffers)
 
void ostgl_delete_context (ostgl_context *context)
 
void ostgl_make_current (ostgl_context *context, const int index)
 
void ostgl_resize (ostgl_context *context, const int xsize, const int ysize, void **framebuffers)
 

Function Documentation

◆ ostgl_create_context()

ostgl_context * ostgl_create_context ( const int  xsize,
const int  ysize,
const int  depth,
void **  framebuffers,
const int  numbuffers 
)

Definition at line 11 of file oscontext.c.

◆ ostgl_delete_context()

void ostgl_delete_context ( ostgl_context context)

Definition at line 51 of file oscontext.c.

◆ ostgl_make_current()

void ostgl_make_current ( ostgl_context context,
const int  index 
)

Definition at line 67 of file oscontext.c.

◆ ostgl_resize()

void ostgl_resize ( ostgl_context context,
const int  xsize,
const int  ysize,
void **  framebuffers 
)

Definition at line 75 of file oscontext.c.