X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=demo_prior;a=blobdiff_plain;f=src%2Fpost.h;fp=src%2Fpost.h;h=c9e586e624b1a5bb51f9a25209cd4f82e49eb1e2;hp=c94263019e4eed269b480dcba73bbba7fd88dfeb;hb=5eefe7b94c8d6c6caa2c10e3835ab0831a3c42a1;hpb=ca5ddcfae04b0c10505325629d8a59e626811433 diff --git a/src/post.h b/src/post.h index c942630..c9e586e 100644 --- a/src/post.h +++ b/src/post.h @@ -3,8 +3,16 @@ #include "texture.h" -extern struct texture fbtex[2]; -extern int fbtex_cur; +enum { + POST_OLDFIG, + + MAX_POST_SDR +}; +extern unsigned int post_sdr[MAX_POST_SDR]; + +extern struct texture post_fbtex[2]; +extern int post_fbtex_cur; +extern unsigned int post_fbo[2]; int post_init(void); void post_cleanup(void);