--- tests/spec/arb_shader_image_load_store/image.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/tests/spec/arb_shader_image_load_store/image.h b/tests/spec/arb_shader_image_load_store/image.h index 54d32ed..f35c89f 100644 --- a/tests/spec/arb_shader_image_load_store/image.h +++ b/tests/spec/arb_shader_image_load_store/image.h @@ -270,7 +270,8 @@ const struct image_stage_info * image_stages(void); /** - * Get information for the specified stage. + * Get information for the specified stage, or NULL if the specified + * stage doesn't support images. */ const struct image_stage_info * get_image_stage(GLenum s); -- 2.3.5 _______________________________________________ Piglit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/piglit
