summaryrefslogblamecommitdiffstats
path: root/hacks/glx/tangram_shapes.h
blob: 254f8f34eee27c62d02ae1865ea63761ee0eba6d (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                      
#ifndef TANGRAM_SHAPES_H
#define TANGRAM_SHAPES_H

/* get_sm_tri_dl - Get small triangle Display List */
GLuint tangram_get_sm_tri_dl(int wire);
/* get_lg_tri_dl - Get large triangle Display List */
GLuint tangram_get_lg_tri_dl(int wire);
/* get_md_tri_dl - Get medium triangle Display List */
GLuint tangram_get_md_tri_dl(int wire);
/* get_square_dl - Get square Display List */
GLuint tangram_get_square_dl(int wire);
/* get_rhomboid_dl - Get rhomboid Display List */
GLuint tangram_get_rhomboid_dl(int wire);

#endif