Skip to content

Commit 96072e5

Browse files
committed
Update CHANGELOG.md
1 parent eb4b2d7 commit 96072e5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ All of the internal functions, such as `batchQuad` and `batchSprite` have been u
5050
* `WebGLPipeline.forceZero` is a new property that informs Game Objects if the pipeline requires a zero bound texture unit.
5151
* `WebGLPipeline.setAttribPointers` is a new method that will set the vertex attribute pointers for the pipeline.
5252
* `WebGLRenderer.unbindTextures` is a new method that will activate and then null bind all WebGL textures.
53+
* `Renderer.WebGL.Utils.parseFragmentShaderMaxTextures` is a new function that will take fragment shader source and search it for `%count%` and `%forloop%` declarations, replacing them with the required GLSL for multi-texture support, returning the modified source.
5354

5455
### Forward Diffuse Light Pipeline API Changes
5556

0 commit comments

Comments
 (0)