Trivial changes to shader code formatting
authorGraeme Leese <gleese@broadcom.com>
Tue, 1 Oct 2019 16:43:35 +0000 (17:43 +0100)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Tue, 8 Oct 2019 07:56:58 +0000 (03:56 -0400)
These changes should have no functional effect (they're mostly in
comments), but they mess the bracket matching of my editor up.

Components: Vulkan

Change-Id: I306af082b7e839a53c9064cc6385ca8905c91a12

external/vulkancts/modules/vulkan/subgroups/vktSubgroupsBasicTests.cpp
external/vulkancts/modules/vulkan/subgroups/vktSubgroupsTestsUtils.cpp

index 2b973b2..20a46f8 100755 (executable)
@@ -638,7 +638,7 @@ void initFrameBufferPrograms(SourceCollections& programCollection, CaseDefinitio
                                << "void main (void)\n"
                                << "{\n"
                                << "  if (gl_InvocationID == 0)\n"
-                               <<"  {\n"
+                               << "  {\n"
                                << "    gl_TessLevelOuter[0] = 1.0f;\n"
                                << "    gl_TessLevelOuter[1] = 1.0f;\n"
                                << "  }\n"
@@ -847,7 +847,7 @@ void initFrameBufferPrograms(SourceCollections& programCollection, CaseDefinitio
                                "void main (void)\n"
                                "{\n"
                                "  if (gl_InvocationID == 0)\n"
-                                 {\n"
+                               "  {\n"
                                "    gl_TessLevelOuter[0] = 1.0f;\n"
                                "    gl_TessLevelOuter[1] = 1.0f;\n"
                                "  }\n"
index 2499d43..ea3b3fb 100644 (file)
@@ -1493,7 +1493,7 @@ void vkt::subgroups::setTesCtrlShaderFrameBuffer (vk::SourceCollections& program
                "void main (void)\n"
                "{\n"
                "  if (gl_InvocationID == 0)\n"
-                 {\n"
+               "  {\n"
                "    gl_TessLevelOuter[0] = 1.0f;\n"
                "    gl_TessLevelOuter[1] = 1.0f;\n"
                "  }\n"