PS2SDK
PS2 Homebrew Libraries
Loading...
Searching...
No Matches
draw_dithering.h
Go to the documentation of this file.
1
6#ifndef __DRAW_DITHERING_H__
7#define __DRAW_DITHERING_H__
8
9#include <tamtypes.h>
10
11typedef signed char dithermx_t[16];
12
13#ifdef __cplusplus
14extern "C" {
15#endif
16
18qword_t *draw_dithering(qword_t *q, int enable);
19
21qword_t *draw_dither_matrix(qword_t *q,char *dm);
22
23#ifdef __cplusplus
24}
25#endif
26
27#endif /*__DRAW_DITHERING_H__*/
qword_t * draw_dithering(qword_t *q, int enable)
qword_t * draw_dither_matrix(qword_t *q, char *dm)