diff options
Diffstat (limited to 'src/ppusim/pixel.h')
-rw-r--r-- | src/ppusim/pixel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ppusim/pixel.h b/src/ppusim/pixel.h index 475fe11..7b26ee6 100644 --- a/src/ppusim/pixel.h +++ b/src/ppusim/pixel.h @@ -2,5 +2,6 @@ #include "ppusim/work.h" +/** @brief calculate color for pixel (`x`,`y`), and put into `unsigned short s[3]` */ void hh_ppusim_pixel(uint8_t* s, unsigned x, unsigned y); |