working d3d11 device creation

This commit is contained in:
2025-04-13 17:21:15 +02:00
parent e7f1c877e0
commit 1c2f6a35ab
7 changed files with 139 additions and 27 deletions

View File

@@ -39,7 +39,7 @@ static const PulseCheckBackendSupportPFN backends_supports[] = {
WebGPUCheckSupport,
#endif
#ifdef PULSE_ENABLE_D3D11_BACKEND
PuD3D11CheckSupport,
Direct3D11CheckSupport,
#endif
#ifdef PULSE_ENABLE_OPENGL_BACKEND
OpenGLCheckSupport,