sharplispers / clx

a fork of crhodes' fork of danb's fork of the CLX library, an X11 client for Common Lisp
Other
116 stars 46 forks source link

Xrender fixes #101

Closed lokedhs closed 6 years ago

lokedhs commented 6 years ago

Add the ability to pass :NONE as the FORMAT parameter for the triangle rendering functions.

Also added implementations of TriangleStrip and TriangleFan.

lokedhs commented 6 years ago

@Harleqin thank you for your comments. I believe I have addressed your concerns in the following commit: 1af94444c1f0df5bdfb3124f7fd2a7766777c30f

dkochmanski commented 6 years ago

lgtm, thanks!