diff --git a/main.js b/main.js index 03e29a1d..ba65b187 100644 --- a/main.js +++ b/main.js @@ -307,8 +307,8 @@ var occlusionQuery = { }; var particles = { - name: 'Particles', - description: 'This example demonstrates rendering of particles simulated with compute shaders.', + name: 'Particles (HDR)', + description: 'This example demonstrates rendering of particles (using HDR capabilities when possible) simulated with compute shaders.', filename: "sample/particles", sources: [ { path: 'main.ts' }, @@ -643,7 +643,7 @@ const pageCategories = [ normalMap, shadowMapping, deferredRendering, - particles, + 'particles (HDR)': particles, points, imageBlur, cornell, diff --git a/sample/particles/index.html b/sample/particles/index.html index f91563fd..3c983409 100644 --- a/sample/particles/index.html +++ b/sample/particles/index.html @@ -3,7 +3,7 @@ - webgpu-samples: particles + webgpu-samples: particles (HDR)