summaryrefslogtreecommitdiff
path: root/PointPrimitiveRing.hs
AgeCommit message (Expand)Author
2019-05-30Factored gpu-backend out of RingBuffer, wrote vector-backend.Joe Crayne
2019-05-26Render curve points as line strips rather than points.Joe Crayne
2019-05-26Avoid adding redundant points to ring buffer.Joe Crayne
2019-05-24Add curvature-coloring.Joe Crayne
2019-05-19Interface tweak to PointPrimitive ring buffer.Joe Crayne
2019-05-19Use Data.Data to specify ring buffer attributes.Joe Crayne
2019-05-19Made ringCapacity give vertex-count rather than float-count.Joe Crayne
2019-05-19PointPrimitiveRing: rSize now counts vertices, not component/floats.Joe Crayne
2019-05-19Use per-primitive index head rather than per-component in PointPrimitiveRing.Joe Crayne
2019-05-19Type-safe incremental attribute update.Joe Crayne
2019-05-19Allow multiple attributes for dynamic buffer.Joe Crayne
2019-05-18Factored lambdacube patch module from ring buffer.Joe Crayne
2019-05-18Fixed gpu upload of PointPrimitive ring buffer.Joe Crayne
2019-05-17Point primitive stream based ring buffer.Joe Crayne