mirror of
https://github.com/Kbz-8/Pulse.git
synced 2026-01-11 23:43:34 +00:00
adding base webgpu compute pass and compute pipeline
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
|
||||
typedef struct WebGPUComputePass
|
||||
{
|
||||
WGPUComputePassEncoder encoder;
|
||||
} WebGPUComputePass;
|
||||
|
||||
PulseComputePass WebGPUCreateComputePass(PulseDevice device, PulseCommandList cmd);
|
||||
|
||||
Reference in New Issue
Block a user