How to setup line thickness for BGFX_STATE_PT_LINESTRIP? #2366
Unanswered
tracer0707
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, i'm trying to render something with BGFX_STATE_PT_LINESTRIP flag and setup line thickness.
Is there any function or flag to do it with bgfx?
I know that OpenGL has glLineWidth function to do it, but I didn't see anything like that in bgfx.
Also I have noticed that there is a flag for bgfx::setState called BGFX_STATE_POINT_SIZE, and it works with BGFX_STATE_PT_POINTS primitive type. So, it will be nice if there was something like BGFX_STATE_LINE_WIDTH.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions