Results for spec/glsl-1.30/image1DArrayShadow.frag

Overview

Status: fail
Result: fail

Back to summary

Details

Detail Value
returncode 1
time 0.234999895096
note Returncode was 1
errors
  • Successfully compiled fragment shader tests/spec/glsl-1.30\\compiler\\reserved\\image1DArrayShadow.frag: Fragment shader was successfully compiled to run on hardware.
info
Returncode: 1

Errors:
Successfully compiled fragment shader tests/spec/glsl-1.30\compiler\reserved\image1DArrayShadow.frag: Fragment shader was successfully compiled to run on hardware.



Output:
Shader source:
// [config]
// expect_result: fail
// glsl_version: 1.30
// [end config]
//
// Check that 'image1DArrayShadow' is a reserved keyword.

#version 130

int f()
{
	int image1DArrayShadow;
	return 0;
}

Back to summary