@@ -366,6 +366,8 @@ module BABYLON {
return; // nothing to do
}
+ // See spec, alignment must be filled as a vec4
+ this._fillAlignment(4);
this._bufferData = new Float32Array(this._data);
if (this._dynamic) {