mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 18:21:04 +00:00
vulkan/render: fix indent command comment typo
This commit is contained in:
parent
e52ed98197
commit
c89f21388d
1 changed files with 1 additions and 1 deletions
|
@ -852,7 +852,7 @@ gst_vulkan_full_screen_render_fill_command_buffer (GstVulkanFullScreenRender *
|
||||||
.clearValueCount = GST_VIDEO_INFO_N_PLANES (&render->out_info),
|
.clearValueCount = GST_VIDEO_INFO_N_PLANES (&render->out_info),
|
||||||
.pClearValues = clearColors,
|
.pClearValues = clearColors,
|
||||||
};
|
};
|
||||||
/* *INDENI-ON* */
|
/* *INDENT-ON* */
|
||||||
VkDeviceSize offsets[] = { 0 };
|
VkDeviceSize offsets[] = { 0 };
|
||||||
|
|
||||||
vkCmdBeginRenderPass (cmd, &render_pass_info, VK_SUBPASS_CONTENTS_INLINE);
|
vkCmdBeginRenderPass (cmd, &render_pass_info, VK_SUBPASS_CONTENTS_INLINE);
|
||||||
|
|
Loading…
Reference in a new issue