blob: b3f0328241d3c426f95701000bc62a05e2898d22 [file] [log] [blame]
RWTexture2DArray<float4> arg_0 : register(u0, space1);
void textureStore_b89ffb() {
RWTexture2DArray<float4> v = arg_0;
v[int3((1).xx, int(1u))] = (1.0f).xxxx;
}
void fragment_main() {
textureStore_b89ffb();
}
[numthreads(1, 1, 1)]
void compute_main() {
textureStore_b89ffb();
}