summaryrefslogtreecommitdiff
path: root/prge_window.h
blob: 5d9d086aa52506172b48aa714ae0db938cf26845 (plain)
1
2
3
4
#define PRGE_WINDOW_DEPTH_TEST	0x1
#define PRGE_WINDOW_MULTISAMPLE	0x10

PRGEWindow	init_window(S32 w, S32 h, const char *name, U32 flags);