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