D3D12: Added DXIL support. (#3558)

* Added DXIL support.

* Fixed Linux build.

* Fixed mingw build.

* Fixed build.
This commit is contained in:
Branimir Karadžić
2026-01-19 17:43:31 -08:00
committed by GitHub
parent 9ca7782405
commit 33541e4bab
367 changed files with 17910 additions and 3340 deletions

View File

@@ -628,7 +628,7 @@ WGPU_IMPORT
, m_depthClamp(false)
, m_wireframe(false)
{
BX_UNUSED(popErrorScopeCb, wgpuErrorCheck, s_backendType, s_adapterType);
BX_UNUSED(&popErrorScopeCb, &wgpuErrorCheck, s_backendType, s_adapterType);
}
~RendererContextWGPU()