| float4 value : SV_Target0; |
| MyStruct ret_MyStruct() { |
| const MyStruct tint_symbol_1 = {0.0f}; |
| float[10] ret_MyArray() { |
| const float tint_symbol_2[10] = {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f}; |
| uint3 v5 = uint3(1u, 1u, 1u); |
| float3 v6 = float3(1.0f, 1.0f, 1.0f); |
| float3x3 v7 = float3x3(v6, v6, v6); |
| float v9[10] = {0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 0.0f}; |
| MyStruct v13 = ret_MyStruct(); |
| MyStruct v14 = ret_MyStruct(); |
| float v15[10] = ret_MyArray(); |
| const tint_symbol tint_symbol_3 = {float4(0.0f, 0.0f, 0.0f, 0.0f)}; |
| C:\src\temp\u1efk.0:25:24: error: brackets are not allowed here; to declare an array, place the brackets after the name
|
| float[10] ret_MyArray() {
|