blob: 4ced68c9e84a44bae9f3f92c73dedcc7ade9038c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//TEST(smoke):SIMPLE:-profile ps_4_0 -target reflection-json
// Confirm fix for GitHub issue #55
layout(set = 0, binding = 0)
uniform PerFrameCB
{
vec2 offset;
vec2 scale;
};
void main()
{}
|