Skip to content

refactor(web-ui): trim in-string WebGL shader comments#622

Merged
stackia merged 1 commit into
mainfrom
chore/trim-shader-comments
Jul 5, 2026
Merged

refactor(web-ui): trim in-string WebGL shader comments#622
stackia merged 1 commit into
mainfrom
chore/trim-shader-comments

Conversation

@stackia

@stackia stackia commented Jul 5, 2026

Copy link
Copy Markdown
Owner

Shader sources live in template literals, so comments inside them survive minification and ship in the bundle. Move the explanatory prose into the JS doc comments above each shader (stripped at build) and keep only short algorithm-tag comments inside the strings.

Shader sources live in template literals, so comments inside them survive
minification and ship in the bundle. Move the explanatory prose into the JS
doc comments above each shader (stripped at build) and keep only short
algorithm-tag comments inside the strings.
@github-actions

github-actions Bot commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

Documentation preview

The documentation preview has been deployed for this pull request.

@stackia stackia merged commit 675f2e6 into main Jul 5, 2026
11 checks passed
@stackia stackia deleted the chore/trim-shader-comments branch July 5, 2026 17:04
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