-
Let's go over various things you might want
to time for performance. We'll time 3 things:
@@ -825,6 +820,8 @@ async function main() {
...
```
+{{{example url="../webgpu-timing-with-timing-helper.html"}}}
+
A few points about the `TimingHelper` class:
* You still have to manually request the `'timestamp-query'` feature when you
diff --git a/webgpu/webgl-optimization-none-uniform-buffers.html b/webgpu/webgl-optimization-none-uniform-buffers.html
new file mode 100644
index 00000000..ab103c0d
--- /dev/null
+++ b/webgpu/webgl-optimization-none-uniform-buffers.html
@@ -0,0 +1,480 @@
+
+
+
+