We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f07136 commit 9d53bc1Copy full SHA for 9d53bc1
README.md
@@ -252,6 +252,8 @@ The `parameters` property is an array of objects with the following properties:
252
Note that Svader currently only supports `var<storage, read>` and not `var<storage, read_write>`.
253
254
- **`data`**: The value of the parameter, or a string specifying a piece of [builtin data](#webgpu-builtin-data).
255
+ If not builtin data, this parameter should be an `ArrayBuffer`/`ArrayBufferView`.
256
+ For example, to pass in a number to an `f32` parameter, it can be constructed like `new Float32Array([myNumberValue])`.
257
258
##### WebGPU builtin data
259
0 commit comments