diff options
Generate fluid display using geometry shaders
This should provide much more flexibility.
For our purpose it would be useful if the vertex shader was executed
after the geometry shader (to apply the projection matrix) but alas
this is not the case. Thus the MVP matrix is applied during geometry
construction and the vertex shader only provides density extraction.
Diffstat (limited to 'src/shader/wrap/compute_shader.cc')
0 files changed, 0 insertions, 0 deletions