@forgeax/engine-math 0.1.4 → 0.1.6

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forgeax/engine-math",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -1,6 +1,6 @@
1
1
  // f32-to-f16-bytes.ts — IEEE 754 binary16 half-float conversion.
2
2
  //
3
- // Pure arithmetic codec extracted from runtime/gpu-resource-store.ts (D-3)
3
+ // Pure arithmetic codec extracted from runtime/render-resource-table.ts (D-3)
4
4
  // so build-time image-importer and runtime uploadCubemapFromEquirect share
5
5
  // a single SSOT. Takes a Uint8Array view over packed Float32 RGBA pixels
6
6
  // and returns a Uint8Array with half the byte length of the equivalent