Browse Source

Audio: this was just plain wrong.

pull/233/head
Vladimír Vondruš 8 years ago
parent
commit
ca75aeb6e0
  1. 10
      src/Magnum/Audio/Extensions.h

10
src/Magnum/Audio/Extensions.h

@ -41,12 +41,10 @@ Each extension is a @cpp struct @ce named hierarchically by prefix, vendor and
extension name taken from list at @ref openal-support, for example extension name taken from list at @ref openal-support, for example
@cpp ALC::SOFTX::HRTF @ce. @cpp ALC::SOFTX::HRTF @ce.
Each struct has the same public methods as @ref Extension class Each struct has the same public methods as @ref Extension class (currently just
(@ref Extension::requiredVersion() "requiredVersion()", @ref Extension::string() "string()"), but these structs are better suited for
@ref Extension::coreVersion() "coreVersion()" and @ref Extension::string() "string()"), compile-time decisions rather than @ref Extension instances. See
but these structs are better suited for compile-time decisions rather than @ref Context::isExtensionSupported() for example usage.
@ref Extension instances. See @ref Context::isExtensionSupported() for example
usage.
This namespace is built if `WITH_AUDIO` is enabled when building Magnum. To use This namespace is built if `WITH_AUDIO` is enabled when building Magnum. To use
this library with CMake, you need to request the `Audio` component of the this library with CMake, you need to request the `Audio` component of the

Loading…
Cancel
Save