You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: apps/typegpu-docs/src/content/docs/fundamentals/buffers.mdx
+20-30Lines changed: 20 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -195,7 +195,7 @@ Since the buffer is already created, you are responsible for the buffer's lifecy
195
195
196
196
## Writing to a buffer
197
197
198
-
To write data to a buffer, you can use the `.write(value)` method. The typed schema enables auto-complete as well as static validation of this
198
+
To write data to a buffer from the CPU, you can use the `.write(value)` method. The typed schema enables auto-complete as well as static validation of this
0 commit comments