Skip to content

Commit da50dd5

Browse files
committed
Update CHANGELOG.md
1 parent d97fb97 commit da50dd5

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
@@ -15,6 +15,7 @@
1515
* `TextureSource.isGLTexture` is a new boolean property that reflects if the data backing the underlying Texture Source is a WebGLTexture or not.
1616
* `TextureTintPipeline.batchSprite` will now flip the UV if the TextureSource comes from a GLTexture.
1717
* `Math.ToXY` is a new mini function that will take a given index and return a Vector2 containing the x and y coordinates of that index within a grid.
18+
* `RenderTexture.glTexture` is a new property that holds a reference to the WebGL Texture being used by the Render Texture. Useful for passing to a shader as a sampler2D.
1819

1920
### Updates
2021

0 commit comments

Comments
 (0)