|
ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#include <draw_types.h>
Data Fields | |
| VECTOR | strq |
| struct { | |
| float s | |
| float t | |
| float r | |
| float q | |
| }; | |
Definition at line 57 of file draw_types.h.
| struct { ... } |
| float texel_f_t::q |
Definition at line 63 of file draw_types.h.
| float texel_f_t::r |
Definition at line 62 of file draw_types.h.
| float texel_f_t::s |
Definition at line 60 of file draw_types.h.
Referenced by draw_convert_st().
| VECTOR texel_f_t::strq |
Definition at line 58 of file draw_types.h.
| float texel_f_t::t |
Definition at line 61 of file draw_types.h.
Referenced by draw_convert_st().