Skip to content

Commit

Permalink
typo in .sType (KhronosGroup#1762)
Browse files Browse the repository at this point in the history
  • Loading branch information
Try authored Feb 4, 2022
1 parent 3422cca commit 03031fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/VK_KHR_dynamic_rendering.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -334,7 +334,7 @@ VkFormat colorRenderingFormats[2] = {
VK_FORMAT_R32_UINT };
VkPipelineRenderingCreateInfoKHR rfInfo = {
.sType = VK_STRUCTURE_TYPE_PIPELINE_RENDERING_FORMAT_CREATE_INFO_KHR,
.sType = VK_STRUCTURE_TYPE_PIPELINE_RENDERING_CREATE_INFO_KHR,
.pNext = NULL,
.colorAttachmentCount = 2,
.pColorAttachmentFormats = colorRenderingFormats,
Expand Down

0 comments on commit 03031fc

Please sign in to comment.