blob: fb5f870d936dec0dd07d4e6c694d3956b4c78065 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# 0.5.2.5
- Fix space leak, as per #11
# 0.5.2.4
- disable warnings for unused uniforms updates
# 0.5.2.3
- fix: [Render to texture is broken](https://github.com/lambdacube3d/lambdacube-gl/issues/5)
# 0.5.2.2
- update time version constraint
# 0.5.2.0
- minor optimization: less draw calls by grouping and state tracking
- expose `sortSlotObjects` to control the object's render order
# 0.5.1.2
- relax base version constraint: >=4.7 && <5
|