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

Tests: Unit Tests for Renderers #25369

Merged
merged 12 commits into from
Jan 30, 2023
Merged

Tests: Unit Tests for Renderers #25369

merged 12 commits into from
Jan 30, 2023

Conversation

epreston
Copy link
Contributor

Related issue: none

Description

This cleans up the unit tests for Renderers.
Adds missing unit test files, fills in some unit tests, populates the missing member tests with stubs.

Remove constant definitions comment, add missing member test stubs.  In the current test framework, this needs to keep "-webonly" test module suffix.
WebGLRenderTarget extends from EventDispatcher.  Add missing member test stubs.
WebGLCubeRenderTarget extends from WebGLRenderTarget.  Add missing member test stubs.
Add unit tests for WebGLMultipleRenderTargets.
Add unit tests for WebGLArrayRenderTarget.
Add unit tests for WebGL3DRenderTarget.
Add unit tests for WebGL1Renderer. In the current test framework, this needs to keep "-webonly" test module suffix.
ShaderChunk is defined.
ShaderLib is defined.
UniformsLib is defined. UniformsLib does not have a 'merge' or 'clone' method.
UniformsUtils is defined.
Add legacy and public exports.
@mrdoob mrdoob added this to the r150 milestone Jan 30, 2023
@mrdoob mrdoob merged commit d9de7bf into mrdoob:dev Jan 30, 2023
@epreston epreston deleted the tests-renderers-cleanup branch January 30, 2023 08:11
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.

2 participants