blob: 21cd2b62977ecc0f6cd060a3a2f3dc0e159b3734 (
plain)
1
2
3
4
5
6
7
8
9
10
|
//TEST(smoke):SIMPLE:-profile ps_4_0 -target reflection-json
// Confirm that we expose GLSL `image` types through reflection
uniform imageBuffer iBuffer;
uniform image2D i2D;
void main()
{}
|