adding compute pass

This commit is contained in:
2025-09-10 17:46:53 +02:00
parent 287f18402e
commit ff24a19480
17 changed files with 426 additions and 82 deletions

View File

@@ -14,7 +14,7 @@
typedef struct Direct3D11Fence
{
int dummy;
ID3D11Query* query;
} Direct3D11Fence;
PulseFence Direct3D11CreateFence(PulseDevice device);