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

Go to the source code of this file.

Functions

void glopViewport (GLContext *c, GLParam *p)
 
void glopEnableDisable (GLContext *c, GLParam *p)
 
void glopShadeModel (GLContext *c, GLParam *p)
 
void glopCullFace (GLContext *c, GLParam *p)
 
void glopFrontFace (GLContext *c, GLParam *p)
 
void glopPolygonMode (GLContext *c, GLParam *p)
 
void glopHint (GLContext *c, GLParam *p)
 
void glopPolygonOffset (GLContext *c, GLParam *p)
 

Function Documentation

◆ glopCullFace()

void glopCullFace ( GLContext c,
GLParam p 
)

Definition at line 99 of file misc.c.

◆ glopEnableDisable()

void glopEnableDisable ( GLContext c,
GLParam p 
)

Definition at line 45 of file misc.c.

◆ glopFrontFace()

void glopFrontFace ( GLContext c,
GLParam p 
)

Definition at line 105 of file misc.c.

◆ glopHint()

void glopHint ( GLContext c,
GLParam p 
)

Definition at line 132 of file misc.c.

◆ glopPolygonMode()

void glopPolygonMode ( GLContext c,
GLParam p 
)

Definition at line 111 of file misc.c.

◆ glopPolygonOffset()

void glopPolygonOffset ( GLContext c,
GLParam p 
)

Definition at line 143 of file misc.c.

◆ glopShadeModel()

void glopShadeModel ( GLContext c,
GLParam p 
)

Definition at line 93 of file misc.c.

◆ glopViewport()

void glopViewport ( GLContext c,
GLParam p 
)

Definition at line 4 of file misc.c.