ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#include <draw_sampling.h>
Data Fields | |
int | address1 |
int | address2 |
int | address3 |
char | width1 |
char | width2 |
char | width3 |
Definition at line 49 of file draw_sampling.h.
int mipmap_t::address1 |
Definition at line 50 of file draw_sampling.h.
Referenced by draw_mipmap1(), and draw_mipmap2().
int mipmap_t::address2 |
Definition at line 51 of file draw_sampling.h.
Referenced by draw_mipmap1(), and draw_mipmap2().
int mipmap_t::address3 |
Definition at line 52 of file draw_sampling.h.
Referenced by draw_mipmap1(), and draw_mipmap2().
char mipmap_t::width1 |
Definition at line 53 of file draw_sampling.h.
Referenced by draw_mipmap1(), and draw_mipmap2().
char mipmap_t::width2 |
Definition at line 54 of file draw_sampling.h.
Referenced by draw_mipmap1(), and draw_mipmap2().
char mipmap_t::width3 |
Definition at line 55 of file draw_sampling.h.
Referenced by draw_mipmap1(), and draw_mipmap2().