[idd] d3d: add leased D3D11 texture interop

This commit is contained in:
Geoffrey McRae
2026-08-13 15:42:24 +10:00
parent 3dd5abb05e
commit ba7a037f23
14 changed files with 566 additions and 17 deletions

View File

@@ -79,6 +79,7 @@ struct CD3D12Device
ComPtr<ID3D12Device3> GetDevice() { return m_device; }
ComPtr<ID3D12Heap > GetTransportHeap() { return m_transportHeap; }
LUID GetAdapterLuid() const { return m_adapterLuid; }
bool IsIndirectCopy() const { return m_indirectCopy; }
CD3D12CommandSlot * GetCopySlot ();