ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#include <draw2d.h>
Data Fields | |
vertex_t | v0 |
texel_t | t0 |
vertex_t | v1 |
texel_t | t1 |
color_t | color |
color_t texrect_t::color |
Definition at line 42 of file draw2d.h.
Referenced by draw_rect_textured(), and draw_rect_textured_strips().
texel_t texrect_t::t0 |
Definition at line 39 of file draw2d.h.
Referenced by draw_rect_textured(), and draw_rect_textured_strips().
texel_t texrect_t::t1 |
Definition at line 41 of file draw2d.h.
Referenced by draw_rect_textured(), and draw_rect_textured_strips().
vertex_t texrect_t::v0 |
Definition at line 38 of file draw2d.h.
Referenced by draw_rect_textured(), and draw_rect_textured_strips().
vertex_t texrect_t::v1 |
Definition at line 40 of file draw2d.h.
Referenced by draw_rect_textured(), and draw_rect_textured_strips().