Variable declarations related to GLSL programs
Data structure declarations related to GLSL programs.
More...
Go to the source code of this file.
Variable declarations related to GLSL programs
Data structure declarations related to GLSL programs.
- Author
- Sébastien Le Roux sebas.nosp@m.tien.nosp@m..lero.nosp@m.ux@i.nosp@m.pcms..nosp@m.unis.nosp@m.tra.f.nosp@m.r
Definition in file ogl_shading.h.
◆ ATOM_BUFF_SIZE
◆ CAPS_BUFF_SIZE
| #define CAPS_BUFF_SIZE 12 |
◆ CHAR_BUFF_SIZE
◆ CYLI_BUFF_SIZE
| #define CYLI_BUFF_SIZE 13 |
◆ LINE_BUFF_SIZE
◆ POLY_BUFF_SIZE
| #define POLY_BUFF_SIZE 10 |
◆ glsl_program
| typedef struct glsl_program glsl_program |
◆ object_3d
| typedef struct object_3d object_3d |
◆ glsl_styles
| Enumerator |
|---|
| GLSL_POINTS | 0
|
| GLSL_SPHERES | 1
|
| GLSL_LINES | 2
|
| GLSL_CYLINDERS | 3
|
| GLSL_CAPS | 4
|
| GLSL_POLYEDRA | 5
|
| GLSL_STRING | 6
|
| GLSL_LIGHT | 7
|
| GLSL_BACK | 8
|
Definition at line 37 of file ogl_shading.h.
◆ angle_color
| const GLchar* angle_color |
|
extern |
◆ angle_stipple
| const GLchar* angle_stipple |
|
extern |
◆ angle_vertex
| const GLchar* angle_vertex |
|
extern |
◆ angstrom_vertex
| const GLchar* angstrom_vertex |
|
extern |
◆ axis_cylinder_geom
| const GLchar* axis_cylinder_geom |
|
extern |
◆ axis_line_vertex
| const GLchar* axis_line_vertex |
|
extern |
◆ axis_sphere_vertex
| const GLchar* axis_sphere_vertex |
|
extern |
◆ background_circular
| const GLchar* background_circular |
|
extern |
◆ background_linear
| const GLchar* background_linear |
|
extern |
◆ background_vertex
| const GLchar* background_vertex |
|
extern |
◆ cap_vertex
◆ cone_vertex
| const GLchar* cone_vertex |
|
extern |
◆ cylinder_vertex
| const GLchar* cylinder_vertex |
|
extern |
◆ degree_vertex
| const GLchar* degree_vertex |
|
extern |
◆ full_color
◆ full_vertex
| const GLchar* full_vertex |
|
extern |
◆ gs_cylinder_geom
| const GLchar* gs_cylinder_geom |
|
extern |
◆ gs_cylinder_vertex
| const GLchar* gs_cylinder_vertex |
|
extern |
◆ line_color
◆ line_stipple
| const GLchar* line_stipple |
|
extern |
◆ line_stipple_color
| const GLchar* line_stipple_color |
|
extern |
◆ line_vertex
| const GLchar* line_vertex |
|
extern |
◆ pick_color
◆ point_color
| const GLchar* point_color |
|
extern |
◆ point_vertex
| const GLchar* point_vertex |
|
extern |
◆ polyedron_color
| const GLchar* polyedron_color |
|
extern |
◆ polyedron_geom
| const GLchar* polyedron_geom |
|
extern |
◆ polyedron_vertex
| const GLchar* polyedron_vertex |
|
extern |
◆ sphere_vertex
| const GLchar* sphere_vertex |
|
extern |
◆ string_color
| const GLchar* string_color |
|
extern |
◆ string_color_2d
| const GLchar* string_color_2d |
|
extern |
◆ string_vertex
| const GLchar* string_vertex |
|
extern |