Results for spec/ARB_explicit_attrib_location/1.20/compiler/attribute-01.vert

Overview

Status: fail
Result: fail

Back to summary

Details

Detail Value
returncode 1
time 0.690675973892
note
Returncode was 1
command
/home/mks-hackers/piglit/framework/../bin/glslparsertest tests/spec/arb_explicit_attrib_location/1.20/compiler/attribute-01.vert fail 1.20 GL_ARB_explicit_attrib_location
errors
  • Successfully compiled vertex shader tests/spec/arb_explicit_attrib_location/1.20/compiler/attribute-01.vert: Vertex shader was successfully compiled to run on hardware.
info
Returncode: 1

Errors:
Successfully compiled vertex shader tests/spec/arb_explicit_attrib_location/1.20/compiler/attribute-01.vert: Vertex shader was successfully compiled to run on hardware.



Output:
Shader source:
// [config]
// expect_result: fail
// glsl_version: 1.20
// require_extensions: GL_ARB_explicit_attrib_location
// [end config]
//
// The 'location' layout qualifier can only be used with 'in' and 'out'.

#version 120
#extension GL_ARB_explicit_attrib_location: require
layout(location = 0) attribute vec4 vertex;

void main()
{
	gl_Position = vertex;
}

Back to summary