@thi.ng/webgl 6.9.113 → 6.9.114

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/buffer.d.ts +1 -1
  3. package/package.json +18 -18
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  > [!NOTE]
10
10
 
11
- > This is one of 215 standalone projects. LLM-free, human-made and
11
+ > This is one of 216 standalone projects. LLM-free, human-made and
12
12
  > cared for software, maintained as part of the
13
13
  > [@thi.ng/umbrella](https://codeberg.org/thi.ng/umbrella/) ecosystem and
14
14
  > anti-framework.
package/buffer.d.ts CHANGED
@@ -24,7 +24,7 @@ export declare class WebGLArrayBuffer<T extends TypedArray> implements IWebGLBuf
24
24
  set(data: T, mode?: number): void;
25
25
  setChunk(data: T, byteOffset?: number): void;
26
26
  }
27
- export declare const defBuffer: (gl: WebGLRenderingContext, data?: TypedArray, target?: GLenum, mode?: GLenum, retain?: boolean) => WebGLArrayBuffer<Int8Array<ArrayBufferLike> | Int16Array<ArrayBufferLike> | Int32Array<ArrayBufferLike> | Uint8Array<ArrayBufferLike> | Uint8ClampedArray<ArrayBufferLike> | Uint16Array<ArrayBufferLike> | Uint32Array<ArrayBufferLike> | Float32Array<ArrayBufferLike> | Float64Array<ArrayBufferLike>>;
27
+ export declare const defBuffer: (gl: WebGLRenderingContext, data?: TypedArray, target?: GLenum, mode?: GLenum, retain?: boolean) => WebGLArrayBuffer<Float32Array<ArrayBufferLike> | Float64Array<ArrayBufferLike> | Int8Array<ArrayBufferLike> | Int16Array<ArrayBufferLike> | Int32Array<ArrayBufferLike> | Uint8Array<ArrayBufferLike> | Uint8ClampedArray<ArrayBufferLike> | Uint16Array<ArrayBufferLike> | Uint32Array<ArrayBufferLike>>;
28
28
  /**
29
29
  * Takes a model spec (or array of specs) and compiles all buffers (attributes,
30
30
  * indices) and shaders (if not already compiled), then returns compiled spec(s),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/webgl",
3
- "version": "6.9.113",
3
+ "version": "6.9.114",
4
4
  "description": "WebGL & GLSL abstraction layer",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -44,22 +44,22 @@
44
44
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
45
45
  },
46
46
  "dependencies": {
47
- "@thi.ng/api": "^8.12.25",
48
- "@thi.ng/canvas": "^1.1.17",
49
- "@thi.ng/checks": "^3.9.5",
50
- "@thi.ng/equiv": "^2.1.114",
51
- "@thi.ng/errors": "^2.6.14",
52
- "@thi.ng/logger": "^3.3.8",
53
- "@thi.ng/matrices": "^3.0.50",
54
- "@thi.ng/memoize": "^4.0.49",
55
- "@thi.ng/object-utils": "^1.3.17",
56
- "@thi.ng/pixel": "^7.5.34",
57
- "@thi.ng/shader-ast": "^1.1.53",
58
- "@thi.ng/shader-ast-glsl": "^1.0.72",
59
- "@thi.ng/shader-ast-stdlib": "^1.0.72",
60
- "@thi.ng/transducers": "^9.6.39",
61
- "@thi.ng/vector-pools": "^3.2.103",
62
- "@thi.ng/vectors": "^8.6.35"
47
+ "@thi.ng/api": "^8.12.26",
48
+ "@thi.ng/canvas": "^1.1.18",
49
+ "@thi.ng/checks": "^3.10.0",
50
+ "@thi.ng/equiv": "^2.1.115",
51
+ "@thi.ng/errors": "^2.6.15",
52
+ "@thi.ng/logger": "^3.3.9",
53
+ "@thi.ng/matrices": "^3.0.51",
54
+ "@thi.ng/memoize": "^4.0.50",
55
+ "@thi.ng/object-utils": "^1.3.18",
56
+ "@thi.ng/pixel": "^7.5.35",
57
+ "@thi.ng/shader-ast": "^1.1.54",
58
+ "@thi.ng/shader-ast-glsl": "^1.0.73",
59
+ "@thi.ng/shader-ast-stdlib": "^1.0.73",
60
+ "@thi.ng/transducers": "^9.6.40",
61
+ "@thi.ng/vector-pools": "^3.2.104",
62
+ "@thi.ng/vectors": "^8.6.36"
63
63
  },
64
64
  "devDependencies": {
65
65
  "esbuild": "^0.28.0",
@@ -228,5 +228,5 @@
228
228
  ],
229
229
  "year": 2014
230
230
  },
231
- "gitHead": "65b041e97110e16c01cf968949b72a0873f14445"
231
+ "gitHead": "c47c56420bcae2e0477d252a497be44f08ca185a"
232
232
  }