mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 13:01:27 +12:00
vk: Fix crash when running MSAA resolve shaders
This commit is contained in:
parent
37c4406b23
commit
8130babad3
1 changed files with 3 additions and 1 deletions
|
@ -16,7 +16,9 @@ namespace vk
|
|||
u32 cs_wave_y = 1;
|
||||
|
||||
cs_resolve_base()
|
||||
{}
|
||||
{
|
||||
ssbo_count = 0;
|
||||
}
|
||||
|
||||
virtual ~cs_resolve_base()
|
||||
{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue