Removed unused variable
This commit is contained in:
parent
46f360d401
commit
4d0d96e0af
1 changed files with 0 additions and 2 deletions
|
|
@ -352,8 +352,6 @@ public:
|
||||||
inputReferences[1] = { 2, VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL };
|
inputReferences[1] = { 2, VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL };
|
||||||
inputReferences[2] = { 3, VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL };
|
inputReferences[2] = { 3, VK_IMAGE_LAYOUT_SHADER_READ_ONLY_OPTIMAL };
|
||||||
|
|
||||||
uint32_t preserveAttachmentIndex = 1;
|
|
||||||
|
|
||||||
subpassDescriptions[1].pipelineBindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS;
|
subpassDescriptions[1].pipelineBindPoint = VK_PIPELINE_BIND_POINT_GRAPHICS;
|
||||||
subpassDescriptions[1].colorAttachmentCount = 1;
|
subpassDescriptions[1].colorAttachmentCount = 1;
|
||||||
subpassDescriptions[1].pColorAttachments = &colorReference;
|
subpassDescriptions[1].pColorAttachments = &colorReference;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue