adding base webgpu compute pass and compute pipeline

This commit is contained in:
2025-02-25 22:22:07 +01:00
parent 311545feb2
commit 6968d6f84e
5 changed files with 77 additions and 7 deletions

View File

@@ -15,6 +15,7 @@
typedef struct WebGPUComputePass
{
WGPUComputePassEncoder encoder;
} WebGPUComputePass;
PulseComputePass WebGPUCreateComputePass(PulseDevice device, PulseCommandList cmd);