mirror of
https://github.com/doitsujin/dxvk.git
synced 2024-12-02 01:24:11 +01:00
[dxvk] Fixed uninitialized value in meta-resolve
This commit is contained in:
parent
9ff17b03f2
commit
34477933ef
@ -52,6 +52,7 @@ namespace dxvk {
|
||||
|
||||
VkSubpassDescription spInfo;
|
||||
spInfo.flags = 0;
|
||||
spInfo.pipelineBindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS;
|
||||
spInfo.inputAttachmentCount = 0;
|
||||
spInfo.pInputAttachments = nullptr;
|
||||
spInfo.colorAttachmentCount = 1;
|
||||
|
Loading…
Reference in New Issue
Block a user