ps2sdk
1.1
A collection of Open Source libraries used for developing applications on Sony's PlayStation 2® (PS2).
|
#include <draw_tests.h>
Data Fields | |
unsigned char | enable |
unsigned char | method |
unsigned char | compval |
unsigned char | keep |
Definition at line 37 of file draw_tests.h.
unsigned char atest_t::compval |
Definition at line 40 of file draw_tests.h.
Referenced by draw_pixel_test(), and draw_setup_environment().
unsigned char atest_t::enable |
Definition at line 38 of file draw_tests.h.
Referenced by draw_pixel_test(), and draw_setup_environment().
unsigned char atest_t::keep |
Definition at line 41 of file draw_tests.h.
Referenced by draw_pixel_test(), and draw_setup_environment().
unsigned char atest_t::method |
Definition at line 39 of file draw_tests.h.
Referenced by draw_pixel_test(), and draw_setup_environment().