blob: 794a8fa3a7d2a9750940e293e47a3baa5dcc50be [file] [log] [blame]
Texture2D<float4> arg_0 : register(t0, space1);
void textureLoad_078bc4() {
float4 res = arg_0.Load(int3(0, 0, 0));
}
void vertex_main() {
textureLoad_078bc4();
return;
}
void fragment_main() {
textureLoad_078bc4();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
textureLoad_078bc4();
return;
}