blob: 0ce258d6c41f445c465513acc7c0c3129b4f387b [file] [log] [blame]
RWTexture2D<float4> arg_0 : register(u0, space1);
void textureStore_ab788e() {
arg_0[(1).xx] = (1.0f).xxxx;
}
void fragment_main() {
textureStore_ab788e();
return;
}
[numthreads(1, 1, 1)]
void compute_main() {
textureStore_ab788e();
return;
}