Results for spec/ARB_shader_image_load_store/compiler/declaration-argument-out.frag

Overview

Result: None

Back to summary

Details

Detail Value
Returncode 1
Time 0:00:00.052704
Stdout
Shader source:

/*
 * [config]
 * expect_result: fail
 * glsl_version: 1.50
 * require_extensions: GL_ARB_shader_image_load_store
 * [end config]
 */
#version 150
#extension GL_ARB_shader_image_load_store: require

/*
 * From the ARB_shader_image_load_store spec:
 *
 * "Images cannot be treated as l-values; hence, they cannot be used
 *  as out or inout function parameters, nor can they be assigned
 *  into."
 */
void f(out image2D y)
{
}

void main()
{
}

Stderr
Successfully compiled fragment shader /home/curro/src/piglit/generated_tests/spec/ARB_shader_image_load_store/compiler/declaration-argument-out.frag: 
Environment
PIGLIT_SOURCE_DIR="/home/curro/src/piglit" PIGLIT_PLATFORM="mixed_glx_egl"
Command /home/curro/src/piglit/bin/glslparsertest /home/curro/src/piglit/generated_tests/spec/ARB_shader_image_load_store/compiler/declaration-argument-out.frag fail 1.50 GL_ARB_shader_image_load_store
dmesg
None

Back to summary