TinyGL 0.4.1 for MinGW
Functions
select.c File Reference
#include "zgl.h"

Go to the source code of this file.

Functions

int glRenderMode (int mode)
 
void glSelectBuffer (int size, unsigned int *buf)
 
void glopInitNames (GLContext *c, GLParam *p)
 
void glopPushName (GLContext *c, GLParam *p)
 
void glopPopName (GLContext *c, GLParam *p)
 
void glopLoadName (GLContext *c, GLParam *p)
 
void gl_add_select (GLContext *c, unsigned int zmin, unsigned int zmax)
 

Function Documentation

◆ gl_add_select()

void gl_add_select ( GLContext c,
unsigned int  zmin,
unsigned int  zmax 
)

Definition at line 88 of file select.c.

◆ glopInitNames()

void glopInitNames ( GLContext c,
GLParam p 
)

Definition at line 53 of file select.c.

◆ glopLoadName()

void glopLoadName ( GLContext c,
GLParam p 
)

Definition at line 79 of file select.c.

◆ glopPopName()

void glopPopName ( GLContext c,
GLParam p 
)

Definition at line 70 of file select.c.

◆ glopPushName()

void glopPushName ( GLContext c,
GLParam p 
)

Definition at line 61 of file select.c.

◆ glRenderMode()

int glRenderMode ( int  mode)

Definition at line 3 of file select.c.

◆ glSelectBuffer()

void glSelectBuffer ( int  size,
unsigned int *  buf 
)

Definition at line 42 of file select.c.