• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1diagnostic(off, derivative_uniformity);
2diagnostic(off, chromium.unreachable_code);
3struct FSOut {
4  @location(0) sk_FragColor: vec4<f32>,
5};
6fn _skslMain() {
7  {
8    {
9      discard;
10    }
11  }
12}
13@fragment fn main() -> FSOut {
14  var _stageOut: FSOut;
15  _skslMain();
16  return _stageOut;
17}
18