working on software backend

This commit is contained in:
2025-03-04 00:13:32 +01:00
parent 8c7b2bb44f
commit 211700b955
19 changed files with 539 additions and 32 deletions

View File

@@ -13,6 +13,7 @@
typedef struct SoftComputePass
{
int dummy;
} SoftComputePass;
PulseComputePass SoftCreateComputePass(PulseDevice device, PulseCommandList cmd);