blob: a8c5eceabeb6d7c8e0a5a839f68fb7eaeae6298d [file] [log] [blame]
RWTexture2DArray<float4> arg_0 : register(u0, space1);
void textureStore_3bb7a1() {
arg_0[int3(0, 0, 1)] = float4(0.0f, 0.0f, 0.0f, 0.0f);
}
void vertex_main() {
textureStore_3bb7a1();
return;
}
void fragment_main() {
textureStore_3bb7a1();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
textureStore_3bb7a1();
return;
}