summaryrefslogtreecommitdiffstats
path: root/tests/reflection/image-types.glsl
blob: 9bba69d3d27ea6e3c946ce1ef9d750ea54ee8b25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
//TEST(smoke):REFLECTION:-profile ps_4_0 -target glsl

// Confirm that we expose GLSL `image` types through reflection

layout(rgba32f)
uniform writeonly imageBuffer iBuffer;

layout(rgba32f)
uniform writeonly image2D i2D;

void main()
{}