Merge pull request #1470 from FernandoS27/alpha_testing

Implemented Alpha Test using Shader Emulation
This commit is contained in:
bunnei 2018-10-23 10:21:30 -04:00 committed by GitHub
commit 75d807788c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 87 additions and 20 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;