Browse Source

doc: moved this TODO to a whiteboard for more visibility.

pull/205/head
Vladimír Vondruš 8 years ago
parent
commit
bb3d0cb9a3
  1. 3
      src/Magnum/Buffer.h

3
src/Magnum/Buffer.h

@ -866,9 +866,6 @@ class MAGNUM_EXPORT Buffer: public AbstractObject {
* used when binding the buffer internally, possibly saving some calls * used when binding the buffer internally, possibly saving some calls
* to @fn_gl{BindBuffer}. Default target hint is @ref TargetHint::Array. * to @fn_gl{BindBuffer}. Default target hint is @ref TargetHint::Array.
* @see @ref setData(), @ref setSubData() * @see @ref setData(), @ref setSubData()
* @todo Target::ElementArray cannot be used when no VAO is bound -
* http://www.opengl.org/wiki/Vertex_Specification#Index_buffers
* ... damned GL state
*/ */
Buffer& setTargetHint(TargetHint hint) { Buffer& setTargetHint(TargetHint hint) {
_targetHint = hint; _targetHint = hint;

Loading…
Cancel
Save