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

@@ -9,6 +9,7 @@
#include "D3D11Device.h"
#pragma comment(lib,"d3d11.lib")
#pragma comment(lib, "dxgi.lib")
#pragma comment(lib,"d3dcompiler.lib")
PulseBackendFlags Direct3D11CheckSupport(PulseBackendFlags candidates, PulseShaderFormatsFlags shader_formats_used)