//TEST(smoke):REFLECTION:-profile ps_4_0 -no-checking // Check that we report sample-rate entry point input correctly uniform texture2D t; uniform sampler s; sample in vec2 uv; out vec4 c; void main() { c = texture(sampler2D(t,s), uv); }