File tree Expand file tree Collapse file tree 2 files changed +42
-0
lines changed Expand file tree Collapse file tree 2 files changed +42
-0
lines changed Original file line number Diff line number Diff line change 1+ #include < metal_stdlib >
2+ #include < simd / simd . h >
3+
4+ using namespace metal;
5+
6+ constant bool _3_tmp [[function_constant(0)]];
7+ constant bool _3 = is_function_constant_defined(_3_tmp) ? _3_tmp : true;
8+ constant uint _4 = is_function_constant_defined(_3_tmp) ? uint(_3_tmp) : 0u;
9+
10+ struct main0_out
11+ {
12+ float4 m_2 [ [ color ( 0 ) ] ] ;
13+ } ;
14+
15+ fragment main0_out main0()
16+ {
17+ main0_out out = { } ;
18+ out . m_2 = float4 ( float ( _4 ) + float ( _3 ) ) ;
19+ return out ;
20+ }
21+
Original file line number Diff line number Diff line change 1+ #include < metal_stdlib >
2+ #include < simd / simd . h >
3+
4+ using namespace metal;
5+
6+ constant bool _3_tmp [[function_constant(0)]];
7+ constant bool _3 = is_function_constant_defined(_3_tmp) ? _3_tmp : true;
8+ constant uint _4 = is_function_constant_defined(_3_tmp) ? uint(_3_tmp) : 0u;
9+
10+ struct main0_out
11+ {
12+ float4 m_2 [ [ color ( 0 ) ] ] ;
13+ } ;
14+
15+ fragment main0_out main0()
16+ {
17+ main0_out out = { } ;
18+ out . m_2 = float4 ( float ( _4 ) + float ( _3 ) ) ;
19+ return out ;
20+ }
21+
You can’t perform that action at this time.
0 commit comments