microsoft / DirectXTK

The DirectX Tool Kit (aka DirectXTK) is a collection of helper classes for writing DirectX 11.x code in C++
https://walbourn.github.io/directxtk/
MIT License
2.55k stars 506 forks source link

DrawLine line thickness #383

Open pavledev opened 1 year ago

pavledev commented 1 year ago

Can you implement option to specify line thickness for DrawLine function?

walbourn commented 1 year ago

Thick and styled lines are a bit outside the scope of DirectX Tool Kit as that's what Direct2D is really designed to do a great job with. That said, I'll keep this on my backlog as I can see what D3DXLine did.