[Webkit-unassigned] [Bug 267578] [GTK] WebView empty with GTK Vulkan renderer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 25 03:46:04 PST 2024


https://bugs.webkit.org/show_bug.cgi?id=267578

--- Comment #6 from Benjamin Otte <otte at gnome.org> ---
A GdkTexture is just a small wrapper object that refers to some memory holding pixels and includes a promise that the memory will not be modified until the texture releases the memory via its destroy notify.

The thing you don't want to recreate is the actual dmabuf fd, but creating a new texture is what you need to do - because it refers to different pixels now.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240125/6eb544e9/attachment.htm>


More information about the webkit-unassigned mailing list