Skip to content

Commit

Permalink
Deploying to gh-pages from @ 28678bd 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
beaufortfrancois committed Nov 18, 2024
1 parent 80e392c commit dd9da83
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sample/computeBoids/main.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sample/computeBoids/main.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion sample/computeBoids/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ quitIfWebGPUNotAvailable(adapter, device);

const perfDisplayContainer = document.createElement('div');
perfDisplayContainer.style.color = 'white';
perfDisplayContainer.style.backdropFilter = 'blur(10px)';
perfDisplayContainer.style.background = 'black';
perfDisplayContainer.style.position = 'absolute';
perfDisplayContainer.style.bottom = '10px';
perfDisplayContainer.style.left = '10px';
Expand Down

0 comments on commit dd9da83

Please sign in to comment.