glLineWidth top-level property

GlLineWidth glLineWidth
getter/setter pair

Implementation

GlLineWidth glLineWidth =
    loadFunction<GlLineWidthNative>(_library, 'glLineWidth')
        .asFunction<GlLineWidth>();