131 lines
2.3 KiB
Groff
131 lines
2.3 KiB
Groff
.TH "graphics_stack_t" 3 "Version 0.1.0" "Gem-graph" \" -*- nroff -*-
|
|
.ad l
|
|
.nh
|
|
.SH NAME
|
|
graphics_stack_t \- Structure describing a gl_area and its parameters, used to create a table of Gem-graph client current gl_areas\&.
|
|
|
|
.SH SYNOPSIS
|
|
.br
|
|
.PP
|
|
.PP
|
|
\fC#include <graphics\&.h>\fP
|
|
.SS "Public Attributes"
|
|
|
|
.in +1c
|
|
.ti -1c
|
|
.RI "int \fBid\fP"
|
|
.br
|
|
.RI "phantom documentation "
|
|
.ti -1c
|
|
.RI "int \fBmode\fP"
|
|
.br
|
|
.RI "phantom documentation "
|
|
.ti -1c
|
|
.RI "float \fBrotation_angles\fP [N_AXIS]"
|
|
.br
|
|
.RI "Rotation angles on each axis\&. "
|
|
.ti -1c
|
|
.RI "GLuint \fBvao\fP"
|
|
.br
|
|
.RI "init_buffers
|
|
.br
|
|
"
|
|
.ti -1c
|
|
.RI "GLuint \fBposition_buffer\fP"
|
|
.br
|
|
.RI "shutdown, draw
|
|
.br
|
|
"
|
|
.ti -1c
|
|
.RI "GLuint \fBcolor_buffer\fP"
|
|
.br
|
|
.RI "shutdown, draw
|
|
.br
|
|
"
|
|
.ti -1c
|
|
.RI "GLuint \fBprogram\fP"
|
|
.br
|
|
.RI "shutdown, init_shaders, draw "
|
|
.ti -1c
|
|
.RI "GLuint \fBm\fP"
|
|
.br
|
|
.RI "init_shaders, draw
|
|
.br
|
|
"
|
|
.ti -1c
|
|
.RI "GLuint \fBv\fP"
|
|
.br
|
|
.RI "init_shaders, draw
|
|
.br
|
|
"
|
|
.ti -1c
|
|
.RI "GLuint \fBp\fP"
|
|
.br
|
|
.RI "init_shaders, draw
|
|
.br
|
|
"
|
|
.ti -1c
|
|
.RI "struct \fBarrow_t\fP * \fBarrows_ptr\fP"
|
|
.br
|
|
.RI "phantom documentation "
|
|
.ti -1c
|
|
.RI "long \fBarrows_nb\fP"
|
|
.br
|
|
.RI "phantom documentation "
|
|
.ti -1c
|
|
.RI "GLfloat * \fBbuffer_vertex_origin\fP"
|
|
.br
|
|
.RI "phantom documentation "
|
|
.ti -1c
|
|
.RI "GLfloat * \fBbuffer_colors_origin\fP"
|
|
.br
|
|
.RI "phantom documentation "
|
|
.ti -1c
|
|
.RI "GLuint * \fBbuffer_lines_origin\fP"
|
|
.br
|
|
.RI "phantom documentation "
|
|
.ti -1c
|
|
.RI "GLuint * \fBbuffer_plans_origin\fP"
|
|
.br
|
|
.RI "phantom documentation "
|
|
.ti -1c
|
|
.RI "long \fBbuffer_vertex_size\fP"
|
|
.br
|
|
.RI "phantom documentation "
|
|
.ti -1c
|
|
.RI "long \fBbuffer_colors_size\fP"
|
|
.br
|
|
.RI "phantom documentation "
|
|
.ti -1c
|
|
.RI "long \fBbuffer_lines_size\fP"
|
|
.br
|
|
.RI "phantom documentation "
|
|
.ti -1c
|
|
.RI "long \fBbuffer_plans_size\fP"
|
|
.br
|
|
.RI "phantom documentation "
|
|
.ti -1c
|
|
.RI "long \fBbuffer_vertex_0_arrow\fP"
|
|
.br
|
|
.RI "phantom documentation "
|
|
.ti -1c
|
|
.RI "long \fBbuffer_colors_0_arrow\fP"
|
|
.br
|
|
.RI "phantom documentation "
|
|
.ti -1c
|
|
.RI "long \fBbuffer_lines_0_arrow\fP"
|
|
.br
|
|
.RI "phantom documentation "
|
|
.ti -1c
|
|
.RI "long \fBbuffer_plans_0_arrow\fP"
|
|
.br
|
|
.RI "phantom documentation "
|
|
.in -1c
|
|
.SH "Detailed Description"
|
|
.PP
|
|
Structure describing a gl_area and its parameters, used to create a table of Gem-graph client current gl_areas\&.
|
|
|
|
.SH "Author"
|
|
.PP
|
|
Generated automatically by Doxygen for Gem-graph from the source code\&.
|