Skip to content

Commit f2f6d69

Browse files
committed
Update CHANGELOG.md
1 parent d34d525 commit f2f6d69

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ All of the internal functions, such as `batchQuad` and `batchSprite` have been u
2424
* The Blitter Game Object WebGL Renderer function has been updated to support multi-texture units.
2525
* The Bitmap Text Game Object WebGL Renderer function has been updated to support multi-texture units.
2626
* The Dynamic Bitmap Text Game Object WebGL Renderer function has been updated to support multi-texture units.
27+
* The Particle Emitter Game Object WebGL Renderer function has been updated to support multi-texture units.
2728
* The Texture Tint vertex and fragment shaders have been updated to support the `inTexId` float attribute and dynamic generation.
2829
* The Texture Tint Pipeline has a new attribute, `inTexId` which is a `gl.FLOAT`.
2930
* `TextureTintPipeline.bind` is a new method that sets the `uMainSampler` uniform.
@@ -36,6 +37,9 @@ All of the internal functions, such as `batchQuad` and `batchSprite` have been u
3637
* `TextureTintPipeline.currentUnit` is a new property that holds the most recently assigned texture unit. Treat as read-only.
3738
* `WebGLRenderer.setTextureSource` is a new method, used by pipelines and Game Objects, that will assign a texture unit to the given Texture Source.
3839
* The `WebGLRenderer.setTexture2D` method has been updated to use the new texture unit assignment. It no longer takes the `textureUnit` or `flush` parameters and these have been removed from its method signature.
40+
* `WebGLRenderer.setTextureZero` is a new method that activates texture zero and binds the given texture to it. Useful for fbo backed game objects.
41+
* `WebGLRenderer.clearTextureZero` is a new method that clears the texture tha was bound to unit zero.
42+
* `WebGLRenderer.textureZero` is a new property that holds the currently bound unit zero texture.
3943

4044
### WebGL ModelViewProjection API Changes
4145

0 commit comments

Comments
 (0)