Browse Source

Audio: add a TODO, again matching what's in GL::Context already.

next
Vladimír Vondruš 2 months ago
parent
commit
d57fcc8ed8
  1. 3
      src/Magnum/Audio/Context.h

3
src/Magnum/Audio/Context.h

@ -496,6 +496,9 @@ class MAGNUM_AUDIO_EXPORT Context {
#ifdef MAGNUM_BUILD_DEPRECATED #ifdef MAGNUM_BUILD_DEPRECATED
Containers::Array<Extension> _supportedExtensions; Containers::Array<Extension> _supportedExtensions;
#endif #endif
/** @todo this one is needed only until the context gets created and
then can be discarded -- what to do? we could avoid including
Array altogether */
Containers::Array<Extension> _disabledExtensions; Containers::Array<Extension> _disabledExtensions;
}; };

Loading…
Cancel
Save