Results for spec/glsl-1.50/compiler/layout-vs-no-output.vert

Overview

Result: fail

Back to summary

Details

Detail Value
Returncode 1
Time 0.054249048233
Info
Returncode: 1

Errors:
Mesa warning: couldn't open libtxc_dxtn.so, software DXTn compression/decompression unavailable
Successfully compiled and linked vertex shader tests/spec/glsl-1.50/compiler/layout-vs-no-output.vert: 


Output:
Shader source:
// [config]
// expect_result: fail
// glsl_version: 1.50
// check_link: true
// [end config]
//
// Section 4.3.8.2(Output Layout Qualifiers) of the GLSL 1.50 spec says:
// "Vertex and fragment shaders cannot have output layout qualifiers."

#version 150

layout(points) out vec4 b;

void main()
{
	b = vec4(2.);
}

Command /home/airlied/devel/xorg/piglit/bin/glslparsertest tests/spec/glsl-1.50/compiler/layout-vs-no-output.vert fail 1.50 --check-link
Traceback
None
dmesg

        

Back to summary