mirror of
https://github.com/doitsujin/dxvk.git
synced 2025-01-19 05:52:11 +01:00
[dxvk] Fix meta copy operation for 1D images
This commit is contained in:
parent
2905ba82d2
commit
fb9ea958a1
@ -447,7 +447,7 @@ namespace dxvk {
|
||||
if (!shaderSet)
|
||||
throw DxvkError("DxvkMetaCopyObjects: Unsupported aspect mask");
|
||||
|
||||
if (key.viewType == VK_IMAGE_VIEW_TYPE_1D)
|
||||
if (key.viewType == VK_IMAGE_VIEW_TYPE_1D_ARRAY)
|
||||
psStage.module = shaderSet->frag1D;
|
||||
else if (key.samples == VK_SAMPLE_COUNT_1_BIT)
|
||||
psStage.module = shaderSet->frag2D;
|
||||
|
Loading…
x
Reference in New Issue
Block a user