mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 23:43:34 +00:00
adding storage buffer management to webgpu
This commit is contained in:
@@ -16,6 +16,13 @@
|
||||
typedef struct WebGPUComputePass
|
||||
{
|
||||
WGPUComputePassEncoder encoder;
|
||||
WGPUBindGroup read_only_bind_group;
|
||||
WGPUBindGroup read_write_bind_group;
|
||||
WGPUBindGroup uniform_bind_group;
|
||||
|
||||
bool should_recreate_read_only_bind_group;
|
||||
bool should_recreate_write_bind_group;
|
||||
bool should_recreate_uniform_bind_group;
|
||||
} WebGPUComputePass;
|
||||
|
||||
PulseComputePass WebGPUCreateComputePass(PulseDevice device, PulseCommandList cmd);
|
||||
|
||||
Reference in New Issue
Block a user