Skip to content

Commit 23c160d

Browse files
Deploying to gh-pages from @ fb22c85 πŸš€
1 parent ec4843d commit 23c160d

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

β€Žsample/videoUploading/main.jsβ€Ž

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žsample/videoUploading/main.js.mapβ€Ž

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žsample/videoUploading/main.tsβ€Ž

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ import fullscreenTexturedQuadWGSL from '../../shaders/fullscreenTexturedQuad.wgs
33
import sampleExternalTextureWGSL from '../../shaders/sampleExternalTexture.frag.wgsl';
44
import { quitIfWebGPUNotAvailable } from '../util';
55

6-
const adapter = await navigator.gpu?.requestAdapter();
6+
const adapter = await navigator.gpu?.requestAdapter({
7+
featureLevel: 'compatibility',
8+
});
79
const device = await adapter?.requestDevice();
810
quitIfWebGPUNotAvailable(adapter, device);
911

0 commit comments

Comments
Β (0)