alpha test and misc changes

This commit is contained in:
Brian
2007-06-21 20:08:10 -06:00
parent ecfa794037
commit 493ed9fc11
7 changed files with 91 additions and 2 deletions

View File

@@ -108,7 +108,7 @@ struct pipe_depth_state
};
struct pipe_alpha_test_state {
GLuint enable:1;
GLuint enabled:1;
GLuint func:3; /**< PIPE_FUNC_x */
GLfloat ref; /**< reference value */
};