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
I noticed that from 2024 August API changed of getting surface from HTML canvas. There used to be function called WGPUSurfaceDescriptorFromCanvasHTMLSelector and most of the tutorials followed it https://developer.chrome.com/docs/web-platform/webgpu/build-app.
I am curious what is the new way to get surface from HTML for WebGPU? Also I am using SDL2 for window managing.
The text was updated successfully, but these errors were encountered:
I noticed that from 2024 August API changed of getting surface from HTML canvas. There used to be function called
WGPUSurfaceDescriptorFromCanvasHTMLSelector
and most of the tutorials followed it https://developer.chrome.com/docs/web-platform/webgpu/build-app.I am curious what is the new way to get surface from HTML for WebGPU? Also I am using SDL2 for window managing.
The text was updated successfully, but these errors were encountered: