#include <struct.h>
Data Fields | |
| GLuint | tex |
| float | x1 |
| float | x2 |
| float | y1 |
| float | y2 |
Definition at line 88 of file struct.h.
| GLuint gl_atlas_member_s::tex |
Definition at line 91 of file struct.h.
Referenced by draw_gl_scaled_quad_from_atlas_at_screen_position().
| float gl_atlas_member_s::x1 |
Definition at line 95 of file struct.h.
Referenced by draw_gl_scaled_quad_from_atlas_at_screen_position(), and isometric_show_floor_around_tux_without_doublebuffering().
| float gl_atlas_member_s::x2 |
Definition at line 96 of file struct.h.
Referenced by draw_gl_scaled_quad_from_atlas_at_screen_position(), and isometric_show_floor_around_tux_without_doublebuffering().
| float gl_atlas_member_s::y1 |
Definition at line 97 of file struct.h.
Referenced by draw_gl_scaled_quad_from_atlas_at_screen_position(), and isometric_show_floor_around_tux_without_doublebuffering().
| float gl_atlas_member_s::y2 |
Definition at line 98 of file struct.h.
Referenced by draw_gl_scaled_quad_from_atlas_at_screen_position(), and isometric_show_floor_around_tux_without_doublebuffering().
1.5.5