diff --git a/sample/a-buffer/main.ts b/sample/a-buffer/main.ts index ede56880..5fdb0281 100644 --- a/sample/a-buffer/main.ts +++ b/sample/a-buffer/main.ts @@ -21,7 +21,7 @@ const presentationFormat = navigator.gpu.getPreferredCanvasFormat(); context.configure({ device, format: presentationFormat, - alphaMode: 'premultiplied', + alphaMode: 'opaque', }); const params = new URLSearchParams(window.location.search);