microsoft / D3D12TranslationLayer

A library containing utilities for mapping higher-level graphics work to D3D12
MIT License
327 stars 47 forks source link

D3D11Transition lack of documentation #70

Open MBahyrycz opened 1 year ago

MBahyrycz commented 1 year ago

Is there any chance that code samples or documentation will appear in the near future? I've got working code written with DX11 API and wanted to port it on DX12. What should i do to achieve that? I tried to link your library instead of d3d11, but it seems to not working.