Skip to content

Commit

Permalink
Deploying to gh-pages from @ e8e1d1b 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Mar 8, 2024
1 parent 066550e commit 7cfbfd7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
5 changes: 4 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,10 @@ var resizeCanvas = {

var resizeObserverHDDPI = {
name: 'ResizeObserver HD-DPI Fullscreen',
description: `This example shows how to use ResizeObserver, handle HD-DPI correctly, and Fullscreen`,
description: `This example shows how to use ResizeObserver, handle HD-DPI correctly, and Fullscreen

There should be no [Moiré patterns](https://www.google.com/search?q=Moir%C3%A9%20pattern) regardless of zoom level.
<sup>(<a href="https://caniuse.com/mdn-api_resizeobserverentry_devicepixelcontentboxsize">except possibly in Safari</a>)</sup>`,
filename: "sample/resizeObserverHDDPI",
sources: [{ path: 'main.ts' }, { path: 'checker.wgsl' }],
};
Expand Down
Loading

0 comments on commit 7cfbfd7

Please sign in to comment.