From 4a1c2d6a3436179f6d6381e3da4cf5f8f80ff37b Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Mon, 11 Mar 2024 14:21:32 -0700 Subject: [PATCH] make all samples light/dark responsive --- sample/a-buffer/index.html | 3 +++ sample/animometer/index.html | 3 +++ sample/bitonicSort/index.html | 3 +++ sample/cameras/index.html | 3 +++ sample/computeBoids/index.html | 3 +++ sample/cornell/index.html | 3 +++ sample/cubemap/index.html | 3 +++ sample/deferredRendering/index.html | 3 +++ sample/fractalCube/index.html | 3 +++ sample/gameOfLife/index.html | 3 +++ sample/helloTriangle/index.html | 3 +++ sample/helloTriangleMSAA/index.html | 3 +++ sample/imageBlur/index.html | 3 +++ sample/instancedCube/index.html | 3 +++ sample/multipleCanvases/index.html | 3 +++ sample/normalMap/index.html | 3 +++ sample/particles/index.html | 3 +++ sample/points/index.html | 3 +++ sample/renderBundles/index.html | 3 +++ sample/resizeCanvas/index.html | 3 +++ sample/resizeObserverHDDPI/index.html | 3 +++ sample/reversedZ/index.html | 3 +++ sample/rotatingCube/index.html | 3 +++ sample/samplerParameters/index.html | 3 +++ sample/shadowMapping/index.html | 3 +++ sample/skinnedMesh/index.html | 3 +++ sample/textRenderingMsdf/index.html | 3 +++ sample/texturedCube/index.html | 3 +++ sample/twoCubes/index.html | 3 +++ sample/videoUploading/index.html | 3 +++ sample/worker/index.html | 3 +++ 31 files changed, 93 insertions(+) diff --git a/sample/a-buffer/index.html b/sample/a-buffer/index.html index 9dd88227..f1144201 100644 --- a/sample/a-buffer/index.html +++ b/sample/a-buffer/index.html @@ -5,6 +5,9 @@ webgpu-samples: a-buffer