working on d3d11 backend

This commit is contained in:
2025-09-06 16:52:02 +02:00
parent aceec58473
commit 231e8f2687
4 changed files with 32 additions and 3 deletions

View File

@@ -17,7 +17,7 @@
typedef struct Direct3D11CommandList
{
int dummy;
ID3D11DeviceContext* context;
} Direct3D11CommandList;
PulseCommandList Direct3D11RequestCommandList(PulseDevice device, PulseCommandListUsage usage);