blob: ba32e3b71a7b38e1ab72c1972d5f5f0523b331e1 [file]
Texture2D<float4> sampled_textures[4] : register(t0);
void fs() {
float4 texture_load = sampled_textures[int(0)].Load((int(0)).xxx);
}