Skip to content

TSL: Fix convertToTexture() auto resize #31277

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

Merged
merged 2 commits into from
Jun 17, 2025
Merged

Conversation

sunag
Copy link
Collaborator

@sunag sunag commented Jun 17, 2025

Fixes #31275

Description

Fix RTTNode auto resize.

@sunag sunag added this to the r178 milestone Jun 17, 2025
Copy link

📦 Bundle size

Full ESM build, minified and gzipped.

Before After Diff
WebGL 337.54
78.73
337.54
78.73
+0 B
+0 B
WebGPU 556.32
154.12
556.43
154.15
+103 B
+23 B
WebGPU Nodes 555.67
153.97
555.78
153.99
+103 B
+23 B

🌳 Bundle size after tree-shaking

Minimal build including a renderer, camera, empty scene, and dependencies.

Before After Diff
WebGL 468.74
113.38
468.74
113.38
+0 B
+0 B
WebGPU 632.24
171.08
632.24
171.08
+0 B
+0 B
WebGPU Nodes 587.24
160.39
587.24
160.39
+0 B
+0 B

@sunag sunag marked this pull request as ready for review June 17, 2025 04:12
@sunag sunag merged commit 6e73a32 into mrdoob:dev Jun 17, 2025
12 checks passed
@sunag sunag deleted the dev-fix-autoResize branch June 17, 2025 04:13
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.

Example: webgpu_postprocessing_fxaa.html render becomes blurry when change browser size
1 participant