|
|
|
|
@ -762,7 +762,6 @@ std::size_t FloatAttribute::size(GLint components, DataType dataType) {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CORRADE_ASSERT_UNREACHABLE(); |
|
|
|
|
return 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
#ifndef MAGNUM_TARGET_GLES2 |
|
|
|
|
@ -780,7 +779,6 @@ std::size_t IntAttribute::size(GLint components, DataType dataType) {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CORRADE_ASSERT_UNREACHABLE(); |
|
|
|
|
return 0; |
|
|
|
|
} |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
@ -792,7 +790,6 @@ std::size_t DoubleAttribute::size(GLint components, DataType dataType) {
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CORRADE_ASSERT_UNREACHABLE(); |
|
|
|
|
return 0; |
|
|
|
|
} |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
@ -827,7 +824,6 @@ std::size_t Attribute<Math::Vector<4, Float>>::size(GLint components, DataType d
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
CORRADE_ASSERT_UNREACHABLE(); |
|
|
|
|
return 0; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
Debug operator<<(Debug debug, SizedAttribute<1, 1>::Components value) { |
|
|
|
|
|