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

Overview

Result: fail

Back to summary

Details

Detail Value
Returncode 1
Time 0.0593960285187
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-input.vert: 


Output:
Shader source:
// [config]
// expect_result: fail
// glsl_version: 1.50
// check_link: true
// [end config]
//
// Section 4.3.8.1(Input Layout Qualifiers) of the GLSL 1.50 spec says:
// "Vertex shaders do not have any input layout qualifiers."

#version 150

layout(points) in vec4 b;

void main()
{
	gl_Position = b;
}

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

        

Back to summary