Skip to content
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

Remove Renderer interface #1487

Merged
merged 1 commit into from
Jan 4, 2025
Merged

Remove Renderer interface #1487

merged 1 commit into from
Jan 4, 2025

Conversation

Methuselah96
Copy link
Contributor

@Methuselah96 Methuselah96 commented Jan 4, 2025

The Renderer interface more confusing than useful. It defines a subset of the WebGLRenderer interface with no clear scope, and now is more confusing with the introduction of the Renderer class that supports both WebGPU and WebGL. Any usages of it should be replaced with WebGLRenderer or a custom interface that defines the subset of the WebGLRenderer that is relevant to the specific use case.

@Methuselah96 Methuselah96 merged commit 64ef5ec into master Jan 4, 2025
5 checks passed
@Methuselah96 Methuselah96 deleted the remove-renderer-interface branch January 4, 2025 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant