@@ -1987,6 +1987,7 @@ class GlDriver extends Driver {
override function computeDispatch(x:Int = 1, y:Int = 1, z:Int = 1) {
GL.dispatchCompute(x,y,z);
+ GL.memoryBarrier(GL.BUFFER_UPDATE_BARRIER_BIT);
}
override function allocQuery(kind:QueryKind) {