mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 03:08:36 +12:00
rsx: Implement per-RTT color masks
- Also refactors and simplifies some common code in surface store and rsx core
This commit is contained in:
parent
27aeaf66bc
commit
2962e05f26
17 changed files with 327 additions and 196 deletions
|
@ -468,7 +468,7 @@ namespace gl
|
|||
blit_dst.check();
|
||||
|
||||
cmd.drv->clear_color(color);
|
||||
cmd.drv->color_mask(true, true, true, true);
|
||||
cmd.drv->color_maski(0, true, true, true, true);
|
||||
|
||||
glClear(GL_COLOR_BUFFER_BIT);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue