diff options
| author | Andre Weissflog <floooh@gmail.com> | 2024-05-09 16:50:32 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2024-05-09 16:50:32 +0200 |
| commit | 3801700a64b2c2d44211e65bb807d26398783abc (patch) | |
| tree | 44966924943a01a44a1fc155361c73fe16ed9ff5 | |
| parent | 359eea0898b05103c9dd1e578d51f49123dd081d (diff) | |
changelog: fix broken links
| -rw-r--r-- | CHANGELOG.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d1011309..f3d6d3db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,7 @@ Also see the related [changes in sokol-shdc](https://github.com/floooh/sokol-too require a recent Chrome on macOS or Windows): - rendering without buffer bindings (this sample actually also runs on WebGL2): - - WebGPU: https://floooh.github.io/2024/05/06/sokol-storage-buffers.html + - WebGPU: https://floooh.github.io/sokol-webgpu/triangle-bufferless-sapp.html - C source: https://github.com/floooh/sokol-samples/blob/master/sapp/triangle-bufferless-sapp.c - GLSL source: https://github.com/floooh/sokol-samples/blob/master/sapp/triangle-bufferless-sapp.glsl - vertex pulling from a storage buffer: @@ -29,11 +29,11 @@ require a recent Chrome on macOS or Windows): - GLSL source: https://github.com/floooh/sokol-samples/tree/master/sapp/sbuftex-sapp.glsl - instanced rendering via storage buffer: - WebGPU: https://floooh.github.io/sokol-webgpu/instancing-pull-sapp.html - - C source: https://github.com/floooh/sokol-samples/tree/master/sapp/instancing-pull.c - - GLSL source: https://github.com/floooh/sokol-samples/tree/master/sapp/instancing-pull.glsl + - C source: https://github.com/floooh/sokol-samples/tree/master/sapp/instancing-pull-sapp.c + - GLSL source: https://github.com/floooh/sokol-samples/tree/master/sapp/instancing-pull-sapp.glsl - skinned character rendering via storage buffers: - WebGPU: https://floooh.github.io/sokol-webgpu/ozz-storagebuffer-sapp.html - - C source: https://github.com/floooh/sokol-samples/tree/master/sapp/ozz-storagebuffer-sapp.c + - C source: https://github.com/floooh/sokol-samples/tree/master/sapp/ozz-storagebuffer-sapp.cc - GLSL source: https://github.com/floooh/sokol-samples/tree/master/sapp/ozz-storagebuffer-sapp.glsl Also see the following backend-specific samples which don't use sokol-shdc: |