[Piglit] [PATCH 3/4] GLSL 1.50 Interface blocks: Test that interface blocks cannot have initializers or sampler types within the block.

Jordan Justen jordan.l.justen at intel.com
Fri Sep 27 14:46:13 PDT 2013


On Fri, 2013-09-27 at 11:28 -0700, Nicholas Mack wrote:
> diff --git a/tests/spec/glsl-1.50/compiler/interface-blocks-no-sampler-type-within-block.vert b/tests/spec/glsl-1.50/compiler/interface-blocks-no-sampler-type-within-block.vert
> new file mode 100644
> index 0000000..8055c72
> --- /dev/null
> +++ b/tests/spec/glsl-1.50/compiler/interface-blocks-no-sampler-type-within-block.vert
> @@ -0,0 +1,24 @@
> +// [config]
> +// expect_result: fail
> +// glsl_version: 1.50
> +// check_link: true
> +// [end config]
> +//
> +// Tests that an initializer is not allowed within a block.

This comment is for the other test in this patch.




More information about the Piglit mailing list