blob: 4beab1d87eddec974c14a7a17a34a7e3ca234580 [file] [log] [blame]
James Pricea6287df2023-08-11 00:45:54 +00001RWTexture2DArray<uint4> arg_0 : register(u0, space1);
James Price807f3ef2023-08-11 00:45:54 +00002
James Pricea6287df2023-08-11 00:45:54 +00003void textureStore_0ade9a() {
4 uint2 arg_1 = (1u).xx;
5 uint arg_2 = 1u;
6 uint4 arg_3 = (1u).xxxx;
7 arg_0[uint3(arg_1, arg_2)] = arg_3;
James Price807f3ef2023-08-11 00:45:54 +00008}
9
James Pricea6287df2023-08-11 00:45:54 +000010struct tint_symbol {
11 float4 value : SV_Position;
12};
13
14float4 vertex_main_inner() {
James Price807f3ef2023-08-11 00:45:54 +000015 textureStore_0ade9a();
James Pricea6287df2023-08-11 00:45:54 +000016 return (0.0f).xxxx;
James Price807f3ef2023-08-11 00:45:54 +000017}
18
James Pricea6287df2023-08-11 00:45:54 +000019tint_symbol vertex_main() {
Antonio Maiorano144ebed2024-01-30 16:30:15 +000020 float4 inner_result = vertex_main_inner();
James Pricea6287df2023-08-11 00:45:54 +000021 tint_symbol wrapper_result = (tint_symbol)0;
22 wrapper_result.value = inner_result;
23 return wrapper_result;
24}
25
26void fragment_main() {
James Price807f3ef2023-08-11 00:45:54 +000027 textureStore_0ade9a();
James Pricea6287df2023-08-11 00:45:54 +000028 return;
James Price807f3ef2023-08-11 00:45:54 +000029}
30
James Pricea6287df2023-08-11 00:45:54 +000031[numthreads(1, 1, 1)]
32void compute_main() {
James Price807f3ef2023-08-11 00:45:54 +000033 textureStore_0ade9a();
James Pricea6287df2023-08-11 00:45:54 +000034 return;
James Price807f3ef2023-08-11 00:45:54 +000035}