DGLE icon indicating copy to clipboard operation
DGLE copied to clipboard

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

Open megaDRONe86 opened this issue 10 years ago • 1 comments

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

megaDRONe86 avatar Sep 05 '15 10:09 megaDRONe86

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.

megaDRONe86 avatar Sep 05 '15 10:09 megaDRONe86