//TEST(smoke):SIMPLE:-profile ps_4_0 -target reflection-json // Confirm that we expose GLSL `image` types through reflection layout(rgba32f) uniform writeonly imageBuffer iBuffer; layout(rgba32f) uniform writeonly image2D i2D; void main() {}