-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
OffscreenCanvas broken #1
Comments
https://github.com/dvijaha/WGPU.jl/blob/8d3a25b2bf5aa9af4df241dc3677b67fd7613ef5/src/offscreen.jl#L180 is the issue. Commented out for some reason i dont remember. |
OffscreenCanvas doesn't work anymore because glfw related file is load statically loaded based on platform. We need to design around this at some point. |
since canvas takes an argument like WGPUCanvas we can pass OfflineCanvas to render offline. Thats actually the original choice we made. |
1c986d3 fixes this |
Running triangleOffscreen.jl runs into OffscreenCanvas not defined error.
OS indenpendent error. Purely api issue.
The text was updated successfully, but these errors were encountered: