|
|
|
@ -44,7 +44,7 @@ TextureState::TextureState(Context& context, std::vector<std::string>& extension |
|
|
|
maxRectangleSize{}, maxBufferSize{}, |
|
|
|
maxRectangleSize{}, maxBufferSize{}, |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
maxTextureUnits(0), |
|
|
|
maxTextureUnits(0), |
|
|
|
#ifndef MAGNUM_TARGET_GLES |
|
|
|
#ifndef MAGNUM_TARGET_GLES2 |
|
|
|
maxLodBias{0.0f}, |
|
|
|
maxLodBias{0.0f}, |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
maxMaxAnisotropy(0.0f), currentTextureUnit(0) |
|
|
|
maxMaxAnisotropy(0.0f), currentTextureUnit(0) |
|
|
|
|