Results for spec/ARB_explicit_attrib_location/1.10/compiler/layout-05.frag

Overview

Status: fail
Result: fail

Back to summary

Details

Detail Value
returncode 1
time 0.726066112518
note
Returncode was 1
command
/home/mks-hackers/piglit/framework/../bin/glslparsertest tests/spec/arb_explicit_attrib_location/1.10/compiler/layout-05.frag fail 1.10 GL_ARB_explicit_attrib_location
errors
  • Successfully compiled fragment shader tests/spec/arb_explicit_attrib_location/1.10/compiler/layout-05.frag: Fragment shader was successfully compiled to run on hardware.
info
Returncode: 1

Errors:
Successfully compiled fragment shader tests/spec/arb_explicit_attrib_location/1.10/compiler/layout-05.frag: Fragment shader was successfully compiled to run on hardware.



Output:
Shader source:
// [config]
// expect_result: fail
// glsl_version: 1.10
// require_extensions: GL_ARB_explicit_attrib_location
// [end config]
//
// The 'layout' qualifier must come before 'in' or 'out'

#version 110
#extension GL_ARB_explicit_attrib_location: require
out layout(location = 0) vec4 color;

void main()
{
	color = vec4(1.0);
}

Back to summary