mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 11:48:36 +12:00
rsx: Enable MSAA
- vk: Enable depth buffer resolve+unresolve - vk: Add AMD stenciling extension support - rsx: Temporarily disables MSAA-compatible hacks such as transparency AA - TODO: Add paths to optionally disable MSAA
This commit is contained in:
parent
f6f3b40ecc
commit
4a5bbba277
20 changed files with 1214 additions and 181 deletions
|
@ -38,7 +38,8 @@ namespace rsx
|
|||
enum surface_access : u32
|
||||
{
|
||||
read = 0,
|
||||
write = 1
|
||||
write = 1,
|
||||
transfer = 2
|
||||
};
|
||||
|
||||
//Sampled image descriptor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue