blob: 14c7759687eb64001c0e045a94e6bef6a7f34b62 [file] [log] [blame]
void func1(in sampler2D s) { /*allowed*/ }
void func2(out sampler2D s) { /*error*/ }
void func3(inout sampler2D s) { /*error*/ }
/*%%*
'out' is not permitted here
'out' is not permitted here
*%%*/