Skip to content

TSL: Fix convertToTexture() auto resize#31277

Merged
sunag merged 2 commits into
mrdoob:devfrom
sunag:dev-fix-autoResize
Jun 17, 2025
Merged

TSL: Fix convertToTexture() auto resize#31277
sunag merged 2 commits into
mrdoob:devfrom
sunag:dev-fix-autoResize

Conversation

@sunag

@sunag sunag commented Jun 17, 2025

Copy link
Copy Markdown
Collaborator

Fixes #31275

Description

Fix RTTNode auto resize.

@sunag sunag added this to the r178 milestone Jun 17, 2025
@github-actions

Copy link
Copy Markdown

📦 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