blob: f62cfcec213e25579d5448b873cd1cdcd7927342 [file] [log] [blame]
Texture2D<int4> t : register(t0, space1);
SamplerState s : register(s1, space1);
void main() {
int4 res = t.GatherAlpha(s, (0.0f).xx);
}