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
Allow the passing of wgpu::Texture Instances to vello directly. This should improve rendering performance as we won't have to write the image into GPU memory on every frame and can instead cache the ressource.
This should now be possible as linebender/vello#636 has been merged
The text was updated successfully, but these errors were encountered:
Keavon
changed the title
Integrate Gpu textures into the vello rendering pipeline
Integrate GPU textures into the vello rendering pipeline
Jul 25, 2024
Keavon
changed the title
Integrate GPU textures into the vello rendering pipeline
Integrate GPU textures into the Vello rendering pipeline
Jul 25, 2024
Allow the passing of
wgpu::Texture
Instances to vello directly. This should improve rendering performance as we won't have to write the image into GPU memory on every frame and can instead cache the ressource.This should now be possible as linebender/vello#636 has been merged
The text was updated successfully, but these errors were encountered: