[Piglit] [PATCH 4/4] arb_enhanced_layouts: fix comments in component layout test
Timothy Arceri
timothy.arceri at collabora.com
Tue Dec 29 15:42:22 PST 2015
---
.../execution/component-layout/vs-tcs-tes-fs.shader_test | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/spec/arb_enhanced_layouts/execution/component-layout/vs-tcs-tes-fs.shader_test b/tests/spec/arb_enhanced_layouts/execution/component-layout/vs-tcs-tes-fs.shader_test
index ba94617..f7776c8 100644
--- a/tests/spec/arb_enhanced_layouts/execution/component-layout/vs-tcs-tes-fs.shader_test
+++ b/tests/spec/arb_enhanced_layouts/execution/component-layout/vs-tcs-tes-fs.shader_test
@@ -71,10 +71,10 @@ layout(location = 0, component = 1) in vec3 a_tcs[];
// consumes X component
layout(location = 0) in float b_tcs[];
-// consume Y/Z/W components of 6 vectors
+// consume Y/Z/W components
layout(location = 0, component = 1) out vec3 a_tes;
-// consumes X component of 6 vectors
+// consumes X component
layout(location = 0) out float b_tes;
void main() {
--
2.4.3
More information about the Piglit
mailing list