Browse Source

Doxygen fixes.

pull/277/head
Vladimír Vondruš 13 years ago
parent
commit
68dd5b589b
  1. 2
      src/Sampler.cpp

2
src/Sampler.cpp

@ -60,6 +60,7 @@ Float Sampler::maxSupportedAnisotropy() {
}
#endif
#ifndef DOXYGEN_GENERATING_OUTPUT
Debug operator<<(Debug debug, const Sampler::Filter value) {
switch(value) {
#define _c(value) case Sampler::Filter::value: return debug << "Sampler::Filter::" #value;
@ -100,5 +101,6 @@ Debug operator<<(Debug debug, const Sampler::Wrapping value) {
return debug << "Sampler::Wrapping::(invalid)";
}
#endif
}

Loading…
Cancel
Save