diff options
author | lonkaars <loek@pipeframe.xyz> | 2023-02-25 16:48:01 +0100 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2023-02-25 16:48:01 +0100 |
commit | 779ad2408cf97687878f816ddff2b04f22f5172d (patch) | |
tree | e9adbec3e7082e22a272e9fac250b00393a06746 /src/ppusim/pixel.h | |
parent | f7da5b7dde8b9c342c805edd65e66febf705ed48 (diff) |
add developer documentation to ppusim/ppu interface
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); |