blob: 35925bd635b9a6242425dc2a310ca9c12bee1638 [file] [log] [blame]
Texture2D<float4> sampled_textures[4] : register(t0);
void fs() {
float4 texture_load = sampled_textures[int(0)].Load(int3((int(0)).xx, int(0)));
}