Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/scene/materials/material.js
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ class Material {
*
* Note: Shaders are not compiled immediately. Instead, existing shader variants are cleared
* and new variants will be compiled on-demand as they are needed for different render passes
* (e.g., {@link SHADER_FORWARD}, {@link SHADER_SHADOW}).
* (e.g., forward, shadow, pick).
*
* When global shader chunks are modified, `update()` must be called on each material that
* should reflect those changes.
Expand Down