This commit is contained in:
2025-04-05 21:52:53 +02:00
parent 82619762fe
commit ae758c34cd
12 changed files with 205 additions and 31 deletions

View File

@@ -11,11 +11,6 @@
#include "Soft.h"
typedef struct SoftComputePass
{
int dummy;
} SoftComputePass;
PulseComputePass SoftCreateComputePass(PulseDevice device, PulseCommandList cmd);
void SoftDestroyComputePass(PulseDevice device, PulseComputePass pass);