Results for glslparsertest/glsl2/sampler-05.frag

Overview

Status: pass
Result: pass

Back to summary

Details

Detail Value
returncode 0
time 0.13414812088
info
Returncode: 0

Errors:


Output:
Failed to compile fragment shader tests/glslparsertest/glsl2/sampler-05.frag: ERROR: 0:11: 'sampler2D' : samplers cannot be output parameters 
ERROR: 0:13: 'assign' :  l-value required "s" (can't modify a sampler)
ERROR: 0:13: 'assign' :  cannot convert from 'sampler2D' to 'out sampler2D'
ERROR: 0:18: 'sampler2D' : samplers must be uniform 
ERROR: 0:19: 'assign' :  l-value required "temp" (can't modify a sampler)
ERROR: 0:19: 'Error' : Constant value cannot be passed for 'out' or 'inout' parameters. 

Back to summary