You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I'm running the WGPU example on Windows and the sub view which displays the user agent has a 0.5 alpha but it has a grey background is not blending the triangle rendered by WGPU underneath it.
Steps To Reproduce
Run cargo run --example wgpu.
Expected behavior
I expected the sub webview to blend over the triangle.
Screenshots
Platform and Versions (please complete the following information):
OS: Windows 11
Rustc: 1.79.0 (129f3b996 2024-06-10)
Additional context
Came to this after looking at #677 and wanted to try it out, I don't think it's related to #692.
I tried the following commits also from around the time #677 when was completed, but I didn't get any webview rendered, just the red triangle.
Describe the bug
I'm running the WGPU example on Windows and the sub view which displays the user agent has a 0.5 alpha but it has a grey background is not blending the triangle rendered by WGPU underneath it.
Steps To Reproduce
Run
cargo run --example wgpu
.Expected behavior
I expected the sub webview to blend over the triangle.
Screenshots
Platform and Versions (please complete the following information):
OS: Windows 11
Rustc: 1.79.0 (129f3b996 2024-06-10)
Additional context
Came to this after looking at #677 and wanted to try it out, I don't think it's related to #692.
I tried the following commits also from around the time #677 when was completed, but I didn't get any webview rendered, just the red triangle.
The text was updated successfully, but these errors were encountered: