Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed May 26, 2020
1 parent 96478f0 commit 9ed6939
Show file tree
Hide file tree
Showing 11 changed files with 89 additions and 45 deletions.
44 changes: 32 additions & 12 deletions dist/4.x/twgl-full.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/4.x/twgl-full.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/4.x/twgl-full.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/4.x/twgl-full.module.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* @license twgl.js 4.15.1 Copyright (c) 2015, Gregg Tavares All Rights Reserved.
/* @license twgl.js 4.15.2 Copyright (c) 2015, Gregg Tavares All Rights Reserved.
Available via the MIT license.
see: http://github.com/greggman/twgl.js for details */
/*
Expand Down Expand Up @@ -8844,7 +8844,7 @@ function createFramebufferInfo(gl, attachments, width, height) {
gl.framebufferTexture2D(
target,
attachmentPoint,
attachmentOptions.texTarget || TEXTURE_2D$2,
attachmentOptions.target || TEXTURE_2D$2,
attachment,
attachmentOptions.level || 0);
}
Expand Down
32 changes: 23 additions & 9 deletions dist/4.x/twgl.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/4.x/twgl.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/4.x/twgl.min.js

Large diffs are not rendered by default.

6 changes: 1 addition & 5 deletions npm/base/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
TWGL: A Tiny WebGL helper Library<div id="pronouce" style="font-size: xx-small;">[rhymes with wiggle]</div>
TWGL: A Tiny WebGL helper Library<div id="pronounce" style="font-size: xx-small;">[rhymes with wiggle]</div>
=====================================================

[![Build Status](https://travis-ci.org/greggman/twgl.js.svg?branch=master)](https://travis-ci.org/greggman/twgl.js)

This library's sole purpose is to make using the WebGL API less verbose.

## Note: Minor API Changes in 2.x

[See Changelist](https://github.com/greggman/twgl.js/blob/master/CHANGELIST.md)

## TL;DR

If you want to get stuff done use [three.js](http://threejs.org). If you want
Expand Down
32 changes: 23 additions & 9 deletions npm/base/dist/4.x/twgl.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion npm/base/dist/4.x/twgl.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion npm/base/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "twgl-base.js",
"version": "4.15.1",
"version": "4.15.2",
"description": "A Tiny WebGL helper library",
"main": "dist/4.x/twgl.js",
"types": "dist/4.x/twgl-full.d.ts",
Expand Down

0 comments on commit 9ed6939

Please sign in to comment.