Browse Source

Remove obsolete TODOs.

pull/107/head
Vladimír Vondruš 11 years ago
parent
commit
741743534c
  1. 4
      src/Magnum/AbstractTexture.h
  2. 2
      src/Magnum/Types.h

4
src/Magnum/AbstractTexture.h

@ -129,10 +129,6 @@ functions do nothing.
@todo all texture [level] parameters, global texture parameters
@todo Add glPixelStore encapsulation
@todo Texture copying
@todo Move constructor/assignment - how to avoid creation of empty texture and
then deleting it immediately?
@todo ES2 - proper support for pixel unpack buffer when extension is in headers
@todo `GL_NUM_COMPRESSED_TEXTURE_FORMATS` when compressed textures are implemented
@todo `GL_MAX_SAMPLE_MASK_WORDS` when @extension{ARB,texture_multisample} is done
@todo Query for immutable levels (@extension{ARB,ES3_compatibility})
*/

2
src/Magnum/Types.h

@ -47,9 +47,7 @@ typedef std::uint64_t UnsignedLong;
typedef std::int64_t Long;
#endif
/** @todo C++14: use std::float32_t and std::float_64t [N3626](http://open-std.org/jtc1/sc22/wg21/docs/papers/2013/n3626.pdf) */
typedef float Float;
#ifndef MAGNUM_TARGET_GLES
typedef double Double;
#endif

Loading…
Cancel
Save