Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: greggman/twgl.js
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v5.3.0
Choose a base ref
...
head repository: greggman/twgl.js
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v5.3.1
Choose a head ref
  • 7 commits
  • 21 files changed
  • 3 contributors

Commits on Feb 3, 2023

  1. fix docs

    greggman committed Feb 3, 2023
    Copy the full SHA
    6047171 View commit details
  2. Docs

    greggman committed Feb 3, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    2bd840a View commit details

Commits on Mar 16, 2023

  1. Copy the full SHA
    aed9254 View commit details
  2. Add missing drawType property to FullArraySpec

    Have been having to use `// @ts-ignore` in my project to use this property, but it looks like it's valid: it's consumed in the `createAttribsFromArray` function here: https://github.com/greggman/twgl.js/blob/de6ea05687fb9187323678742477062c409cb033/src/attributes.js#L372
    callumacrae authored and greggman committed Mar 16, 2023
    Copy the full SHA
    979dffd View commit details
  3. bump to v5.3.1

    greggman committed Mar 16, 2023
    Copy the full SHA
    06cbc12 View commit details
  4. changelist

    greggman committed Mar 16, 2023
    Copy the full SHA
    db35bc0 View commit details
  5. build

    greggman committed Mar 16, 2023
    Copy the full SHA
    c0ed9c5 View commit details
5 changes: 5 additions & 0 deletions CHANGELIST.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Change List

* 5.3.1

* Add missing `drawType` to FullArraySpec
* Allow binding null for a texture in `setUniforms` for texture arrays

* 5.3.0

* Allow binding null for a texture in `setUniforms`
1 change: 1 addition & 0 deletions dist/5.x/twgl-full.d.ts
Original file line number Diff line number Diff line change
@@ -36,6 +36,7 @@ export type FullArraySpec = {
name?: string;
attribName?: string;
buffer?: WebGLBuffer;
drawType?: number;
};
export type ArraySpec = number | number[] | ArrayBufferView | FullArraySpec;
export type Arrays = {
9 changes: 5 additions & 4 deletions dist/5.x/twgl-full.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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

Large diffs are not rendered by default.

Loading