We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
VK_NV_optical_flow
1 parent 0bfe685 commit 459e391Copy full SHA for 459e391
appendices/VK_NV_optical_flow.adoc
@@ -75,7 +75,7 @@ imageCreateInfo.extent = { width, height, (uint32_t)1};
75
imageCreateInfo.mipLevels = 1;
76
imageCreateInfo.arrayLayers = 1;
77
imageCreateInfo.samples = VK_SAMPLE_COUNT_1_BIT;
78
-imageCreateInfo.usage = VK_IMAGE_USAGE_SAMPLED_BIT | VK_IMAGE_USAGE_TRANSFER_DST_BIT;;
+imageCreateInfo.usage = VK_IMAGE_USAGE_SAMPLED_BIT | VK_IMAGE_USAGE_TRANSFER_DST_BIT;
79
imageCreateInfo.tiling = VK_IMAGE_TILING_OPTIMAL;
80
81
vkCreateImage(device, &imageCreateInfo, NULL, &input);
0 commit comments