DGLE-HQ / DGLE

Powerful independent cross-platform engine for 2D/3D games and visualizations. Young, strong and crazy!

Home Page:http://dgle.dronprogs.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add ability for CoreRenderer realization not to support lines with width >1 and smothness.

megaDRONe86 opened this issue · comments

ICoreRenderer should have such feature and engine should handle it properly. May be emulating lines if nescecarry thriugh putpixel routine.

glGet()with params GL_ALIASED_LINE_WIDTH_RANGE, GL_SMOOTH_LINE_WIDTH_RANGE, GL_SMOOTH_LINE_WIDTH_GRANULARITY
glLineWidth()
Only width 1 is guaranteed to be supported; others depend on the implementation.