[ Maverik Level 1 functions ]
mav_windowBackfaceCullGet
Summary
Get the backface culling status for a window.
Syntax
int mav_windowBackfaceCullGet(MAV_window *w);
Description
This function returns whether backface culling is enabled for a given window.
Back to the index page.