Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kainino0x committed Sep 20, 2024
1 parent dccfdb9 commit 035a56f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions sample/alphaToCoverage/meta.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
export default {
name: 'Alpha-to-Coverage',
description:
`
description: `
Visualizes how alpha-to-coverage translates alpha values into sample
coverage on your device. It draws two full-screen quads into a 4-sample
texture, with the configured color and alpha values. Then, it visualizes the
Expand All @@ -13,7 +12,7 @@ device. This results in different proportions between the black background,
the first draw, and the second draw.
Examples: Some devices use 1x1 patterns, others 2x2, others 4x4. Not all devices guarantee that once a sample "pops in", it will stay there at higher alpha values. Some devices "move" samples around at certain alpha thresholds even without increasing the total sample count.
`,
`,
filename: __DIRNAME__,
sources: [
{ path: 'main.ts' },
Expand Down

0 comments on commit 035a56f

Please sign in to comment.