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:
@@ -13,8 +13,12 @@
|
||||
|
||||
typedef struct WebGPUComputePipeline
|
||||
{
|
||||
WGPUComputePipeline pipeline;
|
||||
WGPUShaderModule shader;
|
||||
WGPUPipelineLayout layout;
|
||||
WGPUComputePipeline pipeline;
|
||||
WGPUBindGroupLayout readonly_group;
|
||||
WGPUBindGroupLayout readwrite_group;
|
||||
WGPUBindGroupLayout uniform_group;
|
||||
} WebGPUComputePipeline;
|
||||
|
||||
PulseComputePipeline WebGPUCreateComputePipeline(PulseDevice device, const PulseComputePipelineCreateInfo* info);
|
||||
|
||||
Reference in New Issue
Block a user