I found a bug in the OpenGL driver, in shader-pipeline branch, where hardware buffers are always considered dirty and so are updated every frame (which obviously destroy performance).
The fix is simple: add the following line
Code: Select all
RequiredUpdate = false;