blob: 501a3e564796ef6d8e0c3766f1fe495acd734946 [file] [log] [blame]
John Kessenich6353d552017-06-23 11:11:09 -06001#version 450
2
3layout(constant_id = 3) const int a = 2;
John Kessenich67eb4972017-07-21 13:36:33 -06004layout(location = 2) uniform float f;
John Kessenich9c9c4e92018-02-21 18:19:49 -07005layout(location = 4, binding = 1) uniform sampler2D s1;
6layout(binding = 2) uniform sampler2D s2;
John Kessenich6353d552017-06-23 11:11:09 -06007
8void main()
9{
10}