Results for spec/glsl-1.20/out-01.vert

Overview

Status: fail
Result: fail

Back to summary

Details

Detail Value
returncode 1
time 0.231999874115
note Returncode was 1
errors
  • Successfully compiled vertex shader tests/spec/glsl-1.20\\compiler\\qualifiers\\out-01.vert: Vertex shader was successfully compiled to run on hardware.
info
Returncode: 1

Errors:
Successfully compiled vertex shader tests/spec/glsl-1.20\compiler\qualifiers\out-01.vert: Vertex shader was successfully compiled to run on hardware.



Output:
Shader source:
// [config]
// expect_result: fail
// glsl_version: 1.20
// [end config]
//
// "out" is only allowed in parameter list in GLSL 1.20
#version 120

out vec4 foo;

Back to summary