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
hi, I am using Vello to render pdf pages inside an Iced GUI application, I found that Vello doesn't implement wgpu::TextureFormat::Bgra8UnormSrgb format yet, but Iced uses this one, I set the view_formats to wgpu::TextureFormat::Rgba8UnormSrgb and the format parameter to wgpu::TextureFormat::Rgba8Unorm,
it can render pdf pages to iced gui successfully, but got some mysterious stripes, any compatibility issues here please? If not, can I know how to debug this kinds of issues? I check my render pipeline tons of times, I am sure I didn't draw these stripes.
The text was updated successfully, but these errors were encountered:
videni
changed the title
Got a mystiorous background stripes when render a PDF pages to Iced GUI
Got some mysterious background stripes when render a PDF pages to Iced GUI
Sep 14, 2024
videni
changed the title
Got some mysterious background stripes when render a PDF pages to Iced GUI
Got some mysterious background stripes when render a PDF page to Iced GUI
Sep 14, 2024
This issue is entirely unactionable, as it is not possible to reproduce this from the given information. Does this issue still reproduce on the latest main - I believe that we have landed a few watertightness issues.
If you are seeing that certain code creates artifacts in a texture drawn by Vello, please provide code to reproduce that scene, using only Vello rendering. Thank you!
hi, I am using Vello to render pdf pages inside an Iced GUI application, I found that Vello doesn't implement wgpu::TextureFormat::Bgra8UnormSrgb format yet, but Iced uses this one, I set the view_formats to wgpu::TextureFormat::Rgba8UnormSrgb and the format parameter to wgpu::TextureFormat::Rgba8Unorm,
it can render pdf pages to iced gui successfully, but got some mysterious stripes, any compatibility issues here please? If not, can I know how to debug this kinds of issues? I check my render pipeline tons of times, I am sure I didn't draw these stripes.
The text was updated successfully, but these errors were encountered: