diff --git a/MobileGL/MG_State/GLState/TextureState/TextureState.h b/MobileGL/MG_State/GLState/TextureState/TextureState.h index 5f5e4cc3..e8d85e63 100644 --- a/MobileGL/MG_State/GLState/TextureState/TextureState.h +++ b/MobileGL/MG_State/GLState/TextureState/TextureState.h @@ -37,7 +37,7 @@ namespace MobileGL::MG_State::GLState { class TextureState { public: - static constexpr int MAX_TEXTURE_IMAGE_UNITS = 32; + static constexpr int MAX_TEXTURE_IMAGE_UNITS = 192; TextureState(); void GenerateNames(Uint number, Vector& textures);