We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Offscreen canvas with the canvas2D context is currently not supported. To support this feature, we can use the webgpu context in the Offscreen canvas with this polyfill for writing image data: https://github.com/wcandillon/react-native-webgpu/blob/main/apps/example/src/components/Texture.tsx.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Offscreen canvas with the canvas2D context is currently not supported. To support this feature, we can use the webgpu context in the Offscreen canvas with this polyfill for writing image data: https://github.com/wcandillon/react-native-webgpu/blob/main/apps/example/src/components/Texture.tsx.
The text was updated successfully, but these errors were encountered: