From 9199d84eb6d232bd9da5428c16a1aa7fe989288b Mon Sep 17 00:00:00 2001 From: Venus Date: Mon, 15 Jul 2024 15:25:43 +0800 Subject: [PATCH] make url accessible --- sample/bitonicSort/meta.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample/bitonicSort/meta.ts b/sample/bitonicSort/meta.ts index 8b477e4e..f90d6050 100644 --- a/sample/bitonicSort/meta.ts +++ b/sample/bitonicSort/meta.ts @@ -1,7 +1,7 @@ export default { name: 'Bitonic Sort', description: - "A naive bitonic sort algorithm executed on the GPU, based on tgfrerer's implementation at poniesandlight.co.uk/reflect/bitonic_merge_sort/. Each dispatch of the bitonic sort shader dispatches a workgroup containing elements/2 invocations. The GUI's Execution Information folder contains information about the sort's current state. The visualizer displays the sort's results as colored cells sorted from brightest to darkest.", + "A naive bitonic sort algorithm executed on the GPU, based on tgfrerer's implementation at [https://poniesandlight.co.uk/reflect/bitonic_merge_sort/](https://poniesandlight.co.uk/reflect/bitonic_merge_sort/). Each dispatch of the bitonic sort shader dispatches a workgroup containing elements/2 invocations. The GUI's Execution Information folder contains information about the sort's current state. The visualizer displays the sort's results as colored cells sorted from brightest to darkest.", filename: __DIRNAME__, sources: [ { path: 'main.ts' },