Skip to content
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

hello example is just a gray background #28

Closed
ian-p-cooke opened this issue Dec 2, 2019 · 6 comments
Closed

hello example is just a gray background #28

ian-p-cooke opened this issue Dec 2, 2019 · 6 comments

Comments

@ian-p-cooke
Copy link

re: iced-rs/iced#96

hello example is just a gray background

I also have the same problem as the author of the iced issue. I was originally investigating why iced doesn't display text in its examples.

AdapterInfo { name: "Radeon (TM) Pro WX 4100", vendor: 4098, device: 26595, device_type: DiscreteGpu }

@ian-p-cooke
Copy link
Author

operating system is Windows 10 Pro for Workstation Version 10.0.17763 Build 17763. tried with stable (rustc 1.39.0 (4560ea788 2019-11-04)) and nightly (rustc 1.40.0-nightly (38048763e 2019-11-06)) windows msvc toolchains.

@hecrj
Copy link
Owner

hecrj commented Dec 8, 2019

Could you confirm your graphics drivers are up-to-date?

It's hard for me to debug this, as I can't really reproduce the issue. I am guessing it is probably related to texture sampling, as the other affected user has reported in iced-rs/iced#96 that they cannot see images either.

Maybe running with RUST_LOG=debug can give us a hint about the issue.

@hecrj
Copy link
Owner

hecrj commented Dec 8, 2019

Another thing worth trying might be running the cube example in wgpu and see if it shows the Mandelbrot texture.

image

@ian-p-cooke
Copy link
Author

the cube example worked ok. I updated my drivers (from 23.20.15018.16 to 26.20.11018.4005) and now I can see text! Iced works too. Thanks!

@luke-titley
Copy link

luke-titley commented Apr 4, 2020

hey I'm running a mac pro, mojave. Intel Iris Graphics 6100 1536.
I have the same issue, mandelbrot wgpu-rs demo works fine, but the example for wgpu_glyth just displays a grey background.

@luke-titley
Copy link

Actually. Don't worry about this. I made some changes to wgpu_glyph to get it to build against wgpu-rs master branch and I think I introduced an error, so don't worry about this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants