We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This happens on Lenovo TB125FU:
21:49:00.104 22844-22923 libc org....juce.vitaloid A /Users/atsushi/sources/AAP/aap-juce-vital/apps/vital/plugin/builds/Android/app/../../../../src/interface/look_and_feel/shaders.cpp:1110: GLuint Shaders::createVertexShader(juce::OpenGLExtensionFunctions &, Shaders::VertexShader) const: assertion "checkShaderCorrect(extensions, shader_id)" failed 21:49:00.105 22844-22923 libc org....juce.vitaloid A Fatal signal 6 (SIGABRT), code -1 (SI_QUEUE) in tid 22923 (Thread-2), pid 22844 (s.juce.vitaloid)
Meanwhile it just works on Pixel4a 5G, so it could be an issue on the Lenovo tablet.
The text was updated successfully, but these errors were encountered:
Try to add "precision mediump float;\n" in every vertex shader before "void main() {\n" section
Sorry, something went wrong.
Thanks for diving into the issue.
I think I already handled that:
aap-juce-vital/apps/vitaloid-aap.patch
Line 368 in 0318354
No branches or pull requests
This happens on Lenovo TB125FU:
Meanwhile it just works on Pixel4a 5G, so it could be an issue on the Lenovo tablet.
The text was updated successfully, but these errors were encountered: