-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
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
UNSUPPORTED (log once): POSSIBLE ISSUE: unit 0 GLD_TEXTURE_INDEX_2D is unloadable and bound to sampler type (Float) #14
Comments
I haven't seen this particular message before, but I've seen similar messages sometimes. When I've seen them though they were a warning merely, sometimes the result of drawing "zero" geometries. Are you seeing this as an error message or is this just output but otherwise cargo-ui works fine? |
I came across the same issue today, as I was using the SOIL to load texture, still don't know how to solve it |
do you know how to solve it now? |
any updates? |
@FloVanGH can you reproduce this on your Apple silicon machine? (Using the femtovg renderer, not Qt) |
This comment was marked as off-topic.
This comment was marked as off-topic.
With stable I can build and cannot reproduce the error of the issue. |
This error also happening when am trying passing texture using sf::Shader::setUniform. Can be related to that. |
Could you elaborate what |
any updates on this? |
Would you have any information how to reproduce it? I've got an m1 here and running cargo-ui doesn't show any of this for me :-/ |
I'm actually getting the error in raw openGL c++ but seems like the exact same issue, and is operating system specific. I don't know exactly how to reproduce, but I found some discussion here |
Execute
cargo ui
on macbook m1(stable-aarch64-apple-darwin):The text was updated successfully, but these errors were encountered: