diff options
Diffstat (limited to 'tests/reflection/image-types.glsl')
| -rw-r--r-- | tests/reflection/image-types.glsl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/reflection/image-types.glsl b/tests/reflection/image-types.glsl new file mode 100644 index 000000000..21cd2b629 --- /dev/null +++ b/tests/reflection/image-types.glsl @@ -0,0 +1,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() +{} |
