does someone know how to draw a 2d line with directX9? thanks in advance
I don't know how to draw 2d lines in directX9 and I couldn't find a tutorial on google so I'm asking here
does someone know how to draw a 2d line with directX9? thanks in advance
I don't know how to draw 2d lines in directX9 and I couldn't find a tutorial on google so I'm asking here
Legacy Direct3D 9 'styled lines' were implemented in the deprecated D3DX9 helper library via ID3DXLine
. See Microsoft Docs.
See also this blog post.