Skip to main content

Questions tagged [webgpu]

Filter by
Sorted by
Tagged with
2 votes
2 answers
156 views

I'm using WebGPU and a storage buffer for rects. Currently I have this: ...
user29889977's user avatar
2 votes
1 answer
339 views

I'm trying to write a WGSL structs parser (sort of webgpu-utils thing). In order to better understand the memory layout, I'm using wgsl offset computer as a helper. Having the next struct: ...
Michael Sazonov's user avatar