Implemented Alpha Testing

This commit is contained in:
FernandoS27 2018-10-08 23:34:11 -04:00
parent 65df593951
commit aa620c14af
6 changed files with 59 additions and 3 deletions

View file

@ -643,8 +643,10 @@ public:
u32 d3d_cull_mode;
ComparisonOp depth_test_func;
float alpha_test_ref;
ComparisonOp alpha_test_func;
INSERT_PADDING_WORDS(0xB);
INSERT_PADDING_WORDS(0x9);
struct {
u32 separate_alpha;