Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jun 5, 2024
1 parent 18c9958 commit 507d8a8
Show file tree
Hide file tree
Showing 3 changed files with 609 additions and 1 deletion.
2 changes: 1 addition & 1 deletion toc.hanson
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
'webgpu-resizing-the-canvas.md',
'webgpu-multiple-canvases.md',
'webgpu-points.md',
'webgpu-from-webgl.md'
'webgpu-from-webgl.md',
'webgpu-optimization.md',
'webgpu-resources.md',
'webgpu-wgsl-function-reference.md',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,12 @@ normal matrices, we'd have two. We'd ping-pong which one we're updating.
This why, while WebGPU is drawing using one of those 2 buffers, we'r updating
the other. So, WebGPU never has to wait.

{{{example url="../webgpu-optimization-none.html"}}}

{{{example url="../webgl-optimization-none-uniform-buffers.html"}}}





* Texture Atlas or 2D-array
Expand Down
Loading

0 comments on commit 507d8a8

Please sign in to comment.