Skip to content

Commit

Permalink
Module builds, v0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tsherif committed Sep 9, 2019
1 parent 2bc1dd6 commit e0798ba
Show file tree
Hide file tree
Showing 57 changed files with 5,305 additions and 78 deletions.
24 changes: 0 additions & 24 deletions BANNER

This file was deleted.

8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.14.1

- fix uniform buffer typo bug
- dont throw when setting non-existent uniform


## v0.14.0

- `DrawCall`
Expand All @@ -11,13 +17,15 @@
- Renderer information now stored in `PicoGL.WEBGL_INFO.VENDOR` and `PicoGL.WEBGL_INFO.RENDERER`.
- Use recommended polling pattern for shader compilation and program linking.


## v0.13.0

- Support for parallel shader compilation (KHR_parallel_shader_compile)
- Support importing directly into the browser without bundling
- Auto-enable extensions
- Remove methods `App.floatRenderTargets`, `App.linearFloatTextures`, `App.s3tcTextures`, `App.etcTextures`, `App.astcTextures`, `App.pvrtcTextures`, as they are no longer needed.


## v0.12.0

- Support for compressed cubemaps
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Loading

0 comments on commit e0798ba

Please sign in to comment.