We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bacb483 commit 7db0078Copy full SHA for 7db0078
BlazorWASMWebGPUComputeDemo/Pages/ComputeTutorial01.razor
@@ -9,7 +9,7 @@
9
<p>This demo is based off the tutorial linked below.</p>
10
<a href="https://webgpufundamentals.org/webgpu/lessons/webgpu-fundamentals.html#run-computations-on-the-gpu">Run computations on the GPU</a>
11
<p>
12
- This basic example demonstrates a very basiccompute shader that simple multiplies the input data by 2 and returns the result.
+ This example demonstrates a very basic compute shader that simply multiplies each value in the input data by 2 and returns the resulting array.
13
</p>
14
</div>
15
<div style="padding: 1rem;">
0 commit comments