aboutsummaryrefslogtreecommitdiff
path: root/utility/opengl.py
AgeCommit message (Collapse)Author
2019-09-25Use floats for texture storage, test curl visualizationAdrian Kummerlaender
Using `GL_RGBA32F` as the texture storage format instead of packing values into the unit interval.
2019-09-21Extract GL moments, particle buffers and add texture bufferAdrian Kummerlaender