Skip to content

Commit 9d53bc1

Browse files
authored
Add info about WebGPU parameter types to readme
1 parent 3f07136 commit 9d53bc1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,8 @@ The `parameters` property is an array of objects with the following properties:
252252
Note that Svader currently only supports `var<storage, read>` and not `var<storage, read_write>`.
253253
254254
- **`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])`.
255257
256258
##### WebGPU builtin data
257259

0 commit comments

Comments
 (0)