Skip to content

Commit 41a336b

Browse files
committed
format msl outputs
1 parent b1d35ea commit 41a336b

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

shaders/compiled/PbrBasic.frag.msl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,4 +515,3 @@ struct pixelInput_0
515515

516516
return output_0;
517517
}
518-

shaders/compiled/PbrBasic.vert.msl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,4 +160,3 @@ struct KernelContext_0
160160
#line 37
161161
return _S3;
162162
}
163-

shaders/compiled/PbrTransparent.frag.msl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,4 +196,3 @@ struct KernelContext_0
196196
(&output_0)->reveal_0 = 1.0 - alpha_0 * weight_0;
197197
return output_0;
198198
}
199-

shaders/compiled/SSAO.frag.msl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,4 +226,3 @@ struct pixelInput_0
226226
pixelOutput_0 _S14 = { _S13 };
227227
return _S14;
228228
}
229-

0 commit comments

Comments
 (0)