### Preflight Checklist - [x] I have read the [Contributing Guidelines](https://github.com/electron/electron/blob/main/CONTRIBUTING.md) for this project. - [x] I agree to follow the [Code of Conduct](https://github.com/electron/electron/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [x] I have searched the [issue tracker](https://www.github.com/electron/electron/issues) for a feature request that matches the one I want to file, without success. ### Problem Description Reverse of Offscreen Rendering, I want to import a external texture into web rendering systems (WebGPU, WebGL) without CPU - GPU copying. ### Proposed Solution Find a way to import a external texture handle into a web texture container. Avoid patches.