You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
218 B

#version 450
layout(constant_id = 3) const int a = 2;
layout(location = 2) uniform float f;
layout(location = 4, binding = 1) uniform sampler2D s1;
layout(binding = 2) uniform sampler2D s2;
void main()
{
}