Skip to content

Commit

Permalink
Merged pull request "Fix apparent pipeline layout mismatch in asvgf.c":
Browse files Browse the repository at this point in the history
  • Loading branch information
apanteleev committed Sep 13, 2021
2 parents c5834ea + 50e80f3 commit ff41dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/refresh/vkpt/asvgf.c
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ vkpt_asvgf_create_pipelines()
[TAAU] = {
.sType = VK_STRUCTURE_TYPE_COMPUTE_PIPELINE_CREATE_INFO,
.stage = SHADER_STAGE(QVK_MOD_ASVGF_TAAU_COMP, VK_SHADER_STAGE_COMPUTE_BIT),
.layout = pipeline_layout_general,
.layout = pipeline_layout_taa,
},
[COMPOSITING] = {
.sType = VK_STRUCTURE_TYPE_COMPUTE_PIPELINE_CREATE_INFO,
Expand Down

0 comments on commit ff41dc3

Please sign in to comment.