@openheart/tavio-renderer 2.3.7-with-wasm → 2.3.9-with-wasm

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.
File without changes
@@ -1,16 +0,0 @@
1
- /**
2
- * # sorter
3
- *
4
- * ## receive
5
- * buffer {ArrayBufferLike} - Uint8Array の buffer プロパティ
6
- * vertexCount {number} - 現在の頂点(splat)の個数(buffer の長さによらず、これを上限としてループを回す)
7
- * viewProjectionMatrix - view * projection 行列
8
- *
9
- * ## post
10
- * depthIndex {number[]} - 手前から順にソートされたインデックス
11
- * currentVertexCount {number} - 現在の頂点の個数
12
- * textureData {Uint32Array} - テクスチャを生成するためのデータ
13
- * textureWidth {number} - テクスチャの幅
14
- * textureHeight {number} - テクスチャの高さ
15
- */
16
- export {};