Browse Source

Properly specify pointers for all matrix attribute columns.

Really need some tests for that.
pull/7/head
Vladimír Vondruš 13 years ago
parent
commit
e4fc418db1
  1. 4
      src/Mesh.h

4
src/Mesh.h

@ -660,9 +660,9 @@ class MAGNUM_EXPORT Mesh {
offset, offset,
stride stride
}); });
}
(this->*attributePointerImplementation)(attributes.back()); (this->*attributePointerImplementation)(attributes.back());
}
} }
#ifndef MAGNUM_TARGET_GLES2 #ifndef MAGNUM_TARGET_GLES2

Loading…
Cancel
Save