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
Add CUDA-Graphics (OpenGL) interop support to cuda.core (#1608)
* initial commit, plasma effect is rendering
* removing the stream.sync
* broken merge
* Adding the nvrtc dependency to tests
* Disabled vsync and reporting FPS and frame time
* Including the resolution in the title update
* Fix pre-commit lint issues in graphics interop files
- Remove unused GraphicsResourceHandle cimport (cython-lint)
- Split long f-string to stay within 120-char line limit (ruff E501)
- Rename unused variable buf to _buf (ruff F841)
- Add noqa: S110 to intentional try-except-pass in test cleanup
- Apply ruff auto-fixes (import sorting, formatting)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments