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

// Confirm fix for GitHub issue #55

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

void main()
{}