blob: 177315ec9559aa10df0a2ac845c8f00197db9a63 [file] [log] [blame]
RWTexture1D<int4> arg_0 : register(u0, space1);
void textureStore_c79451() {
arg_0[1u] = (int(1)).xxxx;
}
void fragment_main() {
textureStore_c79451();
}
[numthreads(1, 1, 1)]
void compute_main() {
textureStore_c79451();
}