aboutsummaryrefslogtreecommitdiff
path: root/template/particles.mako
AgeCommit message (Collapse)Author
2020-06-19Use lattice-internal moments buffer for particlesAdrian Kummerlaender
2019-10-06Use OpenCL access qualifiers only for image objectsAdrian Kummerlaender
It seems I was overeager in adding those qualifiers to non-image buffers as they are only defined by the standard in relation to image objects. Adding the qualifiers to normal buffers causes no observable performance difference on Nvidia targets and fails compilation when targeting AMD or Intel.
2019-09-23Use new projection utilities in LDC 3DvisualizationAdrian Kummerlaender
2019-09-21Extract GL moments, particle buffers and add texture bufferAdrian Kummerlaender