summaryrefslogtreecommitdiff
path: root/tests/reflection/gh-55.glsl
blob: ab8177c771d2c0dea89537ad64d39833e3b74596 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
//TEST(smoke):SIMPLE:-profile ps_4_0 -target glsl -target reflection-json

// Confirm fix for GitHub issue #55

layout(set = 0, binding = 0)
uniform PerFrameCB
{
	vec2 offset;
	vec2 scale;
};

void main()
{}